#1FBCCE

Color #1FBCCE Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1FBCCE

Tints of Iris Blue #1FBCCE

Color information

#1FBCCE (or 0x1FBCCE) is unknown color: approx Iris Blue. HEX triplet: 1F, BC and CE. RGB value is (31,188,206). Sum of RGB (Red+Green+Blue) = 31+188+206=425 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.29% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FBCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCCE is #E04331. Grayscale: #8E8E8E. Windows color (decimal): -14697266 or 13548575. OLE color: 13548575.

HSL color Cylindrical-coordinate representation of color #1FBCCE: hue angle of 186.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBCCE is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB31188206-
CMYK0.850.0900.19
HSL186.17º73.84%46.47%-
HSV(B)186.17º84.95%80.78%-
XYZ29.6940.7164.69-
YUV143.11163.4948.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 7.29%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 206 (80.86% from 255) = 48.47%
R=7.29%
G=44.24%
B=48.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal311882060.850.0900.19186.1773.8446.47
Hex1FBCCE559013ba4a2e
Octal372743161251102327211256
Binary11111101111001100111010101011001010011101110101001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FBCCE; }

 p { color: rgb(31,188,206); }

 H1.HeaderClassName
 {
   color: #1FBCCE;
 }
 .AnyTagClassName
 {
   color: #1FBCCE;
 }
</style>
background-color css

<style>
 a { background-color: #1FBCCE; }

 a { background-color: rgb(31,188,206); }

 div.DivClassName
 {
   background-color: #1FBCCE;
 }
 .BgClassName
 {
   background-color: #1FBCCE;
 }
</style>
border-color css

<style>
 span { border-color: #1FBCCE; }

 span { border-color: rgb(31,188,206); }

 td.TdClassName
 {
   border-color: #1FBCCE;
 }
 .TagClassName
 {
   border-color: #1FBCCE;
 }
</style>