Html Css Color HEX #24A0CC Pelorous

📋 copy color: '#24A0CC'

red 36 ◦ green 160 ◦ blue 204

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

Shades of Pelorous #24A0CC

Tints of Pelorous #24A0CC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

 BLUE value IS 204 (80.08% from 255) = 51%

R = 9%
G = 40%
B = 51%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#24A0CC (or 0x24A0CC) is known color: Pelorous. HEX triplet: 24, A0 and CC. RGB value is (36,160,204). Sum of RGB (Red+Green+Blue) = 36+160+204=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #24A0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A0CC is #DB5F33. Grayscale: #7F7F7F. Windows color (decimal): -14376756 or 13410340. OLE color: 13410340.

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

Color convert

RGB 36 160 204 -
CMYK 0.82 0.22 0 0.2
HSL 195.71º 0.7% 0.47% -
HSV(B) 195.71º 0.82% 0.8% -
XYZ 24.2 29.88 61.62 -
YUV 127.94 170.92 62.42 -
System Red Green Blue C M Y K H S L
Decimal 36 160 204 0.82 0.22 0 0.2 195.71 0.7 0.47
Hex 24 A0 CC 52 16 0 14 C4 46 2F
Octal 44 240 314 122 26 0 24 304 106 57
Binary 100100 10100000 11001100 1010010 10110 0 10100 11000100 1000110 101111

Color Harmonies of #24A0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A0CC

Black with #24A0CC

Text Example


Text Example

White with #24A0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,160,204); }

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

background-color css

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

 a { background-color: rgb(36,160,204); }

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

border-color css

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

 span { border-color: rgb(36,160,204); }

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