Html Css Color HEX #24BFCB Iris Blue

📋 copy color: '#24BFCB'

red 36 ◦ green 191 ◦ blue 203

#24BFCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #24BFCB

Tints of Iris Blue #24BFCB

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 value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#24BFCB (or 0x24BFCB) is known color: 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

RGB 36 191 203 -
CMYK 0.82 0.06 0 0.20
HSL 184.31º 0.7% 0.47% -
HSV(B) 184.31º 0.82% 0.8% -
XYZ 30.14 41.95 63.01 -
YUV 146.02 160.15 49.52 -
System Red Green Blue C M Y K H S L
Decimal 36 191 203 0.82 0.06 0 0.20 184.31 0.7 0.47
Hex 24 BF CB 52 6 0 14 B8 46 2F
Octal 44 277 313 122 6 0 24 270 106 57
Binary 100100 10111111 11001011 1010010 110 0 10100 10111000 1000110 101111

Color Harmonies of #24BFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BFCB

Black with #24BFCB

Text Example


Text Example

White with #24BFCB

Text Example


Text Example

HTML Codes & Css Web 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>