#1FBBCE

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

Shades of Iris Blue #1FBBCE

Tints of Iris Blue #1FBBCE

Color information

#1FBBCE (or 0x1FBBCE) is unknown color: approx Iris Blue. HEX triplet: 1F, BB and CE. RGB value is (31,187,206). Sum of RGB (Red+Green+Blue) = 31+187+206=424 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.31% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FBBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBBCE is #E04431. Grayscale: #8E8E8E. Windows color (decimal): -14697522 or 13548319. OLE color: 13548319.

HSL color Cylindrical-coordinate representation of color #1FBBCE: hue angle of 186.51º 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 #1FBBCE is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB31187206-
CMYK0.850.0900.19
HSL186.51º73.84%46.47%-
HSV(B)186.51º84.95%80.78%-
XYZ29.4840.2964.62-
YUV142.52163.8248.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.31%
GREEN value IS 187 (73.44% from 255) = 44.10%
BLUE value IS 206 (80.86% from 255) = 48.58%
R=7.31%
G=44.10%
B=48.58%

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
Decimal311872060.850.0900.19186.5173.8446.47
Hex1FBBCE559013bb4a2e
Octal372733161251102327311256
Binary11111101110111100111010101011001010011101110111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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