#24BFCB

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

Shades of Iris Blue #24BFCB

Tints of Iris Blue #24BFCB

Color information

#24BFCB (or 0x24BFCB) is unknown color: approx Iris Blue. HEX triplet: 24, BF and CB. RGB value is (36,191,203). Sum of RGB (Red+Green+Blue) = 36+191+203=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #24BFCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BFCB is #DB4034. Grayscale: #919191. Windows color (decimal): -14368821 or 13352740. OLE color: 13352740.

HSL color Cylindrical-coordinate representation of color #24BFCB: hue angle of 184.31º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24BFCB is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB36191203-
CMYK0.820.0600.20
HSL184.31º69.87%46.86%-
HSV(B)184.31º82.27%79.61%-
XYZ30.1441.9563.01-
YUV146.02160.1549.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.37%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=8.37%
G=44.42%
B=47.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal361912030.820.0600.20184.3169.8746.86
Hex24BFCB526014b8462f
Octal44277313122602427010657
Binary10010010111111110010111010010110010100101110001000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24BFCB; }

 p { color: rgb(36,191,203); }

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

<style>
 a { background-color: #24BFCB; }

 a { background-color: rgb(36,191,203); }

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

<style>
 span { border-color: #24BFCB; }

 span { border-color: rgb(36,191,203); }

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