Html Css Color HEX #24BDCB Iris Blue

📋 copy color: '#24BDCB'

red 36 ◦ green 189 ◦ blue 203

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

Shades of Iris Blue #24BDCB

Tints of Iris Blue #24BDCB

RGB

 RED value IS 36 (14.45% from 255) = 8.41%

 GREEN value IS 189 (74.22% from 255) = 44.16%

 BLUE value IS 203 (79.69% from 255) = 47.43%

R = 8.41%
G = 44.16%
B = 47.43%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#24BDCB (or 0x24BDCB) is known color: Iris Blue. HEX triplet: 24, BD and CB. RGB value is (36,189,203). Sum of RGB (Red+Green+Blue) = 36+189+203=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #24BDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDCB is #DB4234. Grayscale: #909090. Windows color (decimal): -14369333 or 13352228. OLE color: 13352228.

HSL color Cylindrical-coordinate representation of color #24BDCB: hue angle of 185.03º 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 #24BDCB is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 189 203 -
CMYK 0.82 0.07 0 0.20
HSL 185.03º 0.7% 0.47% -
HSV(B) 185.03º 0.82% 0.8% -
XYZ 29.7 41.08 62.86 -
YUV 144.85 160.81 50.36 -
System Red Green Blue C M Y K H S L
Decimal 36 189 203 0.82 0.07 0 0.20 185.03 0.7 0.47
Hex 24 BD CB 52 7 0 14 B9 46 2F
Octal 44 275 313 122 7 0 24 271 106 57
Binary 100100 10111101 11001011 1010010 111 0 10100 10111001 1000110 101111

Color Harmonies of #24BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BDCB

Black with #24BDCB

Text Example


Text Example

White with #24BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #24BDCB;
 }
 .AnyTagClassName
 {
   color: #24BDCB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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