Html Css Color HEX #24B0CA Summer Sky

📋 copy color: '#24B0CA'

red 36 ◦ green 176 ◦ blue 202

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

Shades of Summer Sky #24B0CA

Tints of Summer Sky #24B0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

 BLUE value IS 202 (79.3% from 255) = 48.79%

R = 8.7%
G = 42.51%
B = 48.79%

CMYK

 C value IS 0.82

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#24B0CA (or 0x24B0CA) is known color: Summer Sky. HEX triplet: 24, B0 and CA. RGB value is (36,176,202). Sum of RGB (Red+Green+Blue) = 36+176+202=414 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.70% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #24B0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24B0CA is #DB4F35. Grayscale: #888888. Windows color (decimal): -14372662 or 13283364. OLE color: 13283364.

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

Color convert

RGB 36 176 202 -
CMYK 0.82 0.13 0 0.21
HSL 189.4º 0.7% 0.47% -
HSV(B) 189.4º 0.82% 0.79% -
XYZ 26.91 35.69 61.35 -
YUV 137.1 164.62 55.89 -
System Red Green Blue C M Y K H S L
Decimal 36 176 202 0.82 0.13 0 0.21 189.4 0.7 0.47
Hex 24 B0 CA 52 D 0 15 BD 46 2F
Octal 44 260 312 122 15 0 25 275 106 57
Binary 100100 10110000 11001010 1010010 1101 0 10101 10111101 1000110 101111

Color Harmonies of #24B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24B0CA

Black with #24B0CA

Text Example


Text Example

White with #24B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,176,202); }

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

background-color css

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

 a { background-color: rgb(36,176,202); }

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

border-color css

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

 span { border-color: rgb(36,176,202); }

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