#1FBCCA

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

Shades of Iris Blue #1FBCCA

Tints of Iris Blue #1FBCCA

Color information

#1FBCCA (or 0x1FBCCA) is unknown color: approx Iris Blue. HEX triplet: 1F, BC and CA. RGB value is (31,188,202). Sum of RGB (Red+Green+Blue) = 31+188+202=421 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.36% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #1FBCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCCA is #E04335. Grayscale: #8E8E8E. Windows color (decimal): -14697270 or 13286431. OLE color: 13286431.

HSL color Cylindrical-coordinate representation of color #1FBCCA: hue angle of 184.91º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FBCCA is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB31188202-
CMYK0.850.0700.21
HSL184.91º73.39%45.69%-
HSV(B)184.91º84.65%79.22%-
XYZ29.2140.5262.16-
YUV142.65161.4948.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.36%
GREEN value IS 188 (73.83% from 255) = 44.66%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=7.36%
G=44.66%
B=47.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal311882020.850.0700.21184.9173.3945.69
Hex1FBCCA557015b9492e
Octal37274312125702527111156
Binary1111110111100110010101010101111010101101110011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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