#1FBEC7

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

Shades of Iris Blue #1FBEC7

Tints of Iris Blue #1FBEC7

Color information

#1FBEC7 (or 0x1FBEC7) is unknown color: approx Iris Blue. HEX triplet: 1F, BE and C7. RGB value is (31,190,199). Sum of RGB (Red+Green+Blue) = 31+190+199=420 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.38% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #1FBEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBEC7 is #E04138. Grayscale: #8F8F8F. Windows color (decimal): -14696761 or 13090335. OLE color: 13090335.

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

Color convert

RGB31190199-
CMYK0.840.0500.22
HSL183.21º73.04%45.1%-
HSV(B)183.21º84.42%78.04%-
XYZ29.2941.2460.45-
YUV143.48159.3247.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.38%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 199 (78.12% from 255) = 47.38%
R=7.38%
G=45.24%
B=47.38%

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
Decimal311901990.840.0500.22183.2173.0445.1
Hex1FBEC7545016b7492d
Octal37276307124502626711155
Binary1111110111110110001111010100101010110101101111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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