#1fbec8

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

Shades of Iris Blue #1FBEC8

Tints of Iris Blue #1FBEC8

Color information

#1FBEC8 (or 0x1FBEC8) is unknown color: approx Iris Blue. HEX triplet: 1F, BE and C8. RGB value is (31,190,200). Sum of RGB (Red+Green+Blue) = 31+190+200=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #1FBEC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBEC8 is #E04137. Grayscale: #8F8F8F. Windows color (decimal): -14696760 or 13155871. OLE color: 13155871.

HSL color Cylindrical-coordinate representation of color #1FBEC8: hue angle of 183.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBEC8 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB31190200-
CMYK0.840.0500.22
HSL183.55º73.16%45.29%-
HSV(B)183.55º84.5%78.43%-
XYZ29.441.2961.06-
YUV143.6159.8247.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.36%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 200 (78.52% from 255) = 47.51%
R=7.36%
G=45.13%
B=47.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal311902000.840.0500.22183.5573.1645.29
Hex1FBEC8545016b8492d
Octal37276310124502627011155
Binary1111110111110110010001010100101010110101110001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fbec8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,190,200); }

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

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

 a { background-color: rgb(31,190,200); }

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

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

 span { border-color: rgb(31,190,200); }

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