Html Css Color HEX #24BDC9 Iris Blue

📋 copy color: '#24BDC9'

red 36 ◦ green 189 ◦ blue 201

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

Shades of Iris Blue #24BDC9

Tints of Iris Blue #24BDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.18%

R = 8.45%
G = 44.37%
B = 47.18%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#24BDC9 (or 0x24BDC9) is known color: Iris Blue. HEX triplet: 24, BD and C9. RGB value is (36,189,201). Sum of RGB (Red+Green+Blue) = 36+189+201=426 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.45% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 201 - color contains mainly: blue. Hex color #24BDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BDC9 is #DB4236. Grayscale: #909090. Windows color (decimal): -14369335 or 13221156. OLE color: 13221156.

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

Color convert

RGB 36 189 201 -
CMYK 0.82 0.06 0 0.21
HSL 184.36º 0.7% 0.46% -
HSV(B) 184.36º 0.82% 0.79% -
XYZ 29.47 40.99 61.62 -
YUV 144.62 159.81 50.52 -
System Red Green Blue C M Y K H S L
Decimal 36 189 201 0.82 0.06 0 0.21 184.36 0.7 0.46
Hex 24 BD C9 52 6 0 15 B8 46 2E
Octal 44 275 311 122 6 0 25 270 106 56
Binary 100100 10111101 11001001 1010010 110 0 10101 10111000 1000110 101110

Color Harmonies of #24BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24BDC9

Black with #24BDC9

Text Example


Text Example

White with #24BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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