Html Css Color HEX #24A1CC Pelorous

📋 copy color: '#24A1CC'

red 36 ◦ green 161 ◦ blue 204

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

Shades of Pelorous #24A1CC

Tints of Pelorous #24A1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.15%

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

R = 8.98%
G = 40.15%
B = 50.87%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#24A1CC (or 0x24A1CC) is known color: Pelorous. HEX triplet: 24, A1 and CC. RGB value is (36,161,204). Sum of RGB (Red+Green+Blue) = 36+161+204=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #24A1CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A1CC is #DB5E33. Grayscale: #808080. Windows color (decimal): -14376500 or 13410596. OLE color: 13410596.

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

Color convert

RGB 36 161 204 -
CMYK 0.82 0.21 0 0.2
HSL 195.36º 0.7% 0.47% -
HSV(B) 195.36º 0.82% 0.8% -
XYZ 24.37 30.22 61.68 -
YUV 128.53 170.59 62 -
System Red Green Blue C M Y K H S L
Decimal 36 161 204 0.82 0.21 0 0.2 195.36 0.7 0.47
Hex 24 A1 CC 52 15 0 14 C3 46 2F
Octal 44 241 314 122 25 0 24 303 106 57
Binary 100100 10100001 11001100 1010010 10101 0 10100 11000011 1000110 101111

Color Harmonies of #24A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A1CC

Black with #24A1CC

Text Example


Text Example

White with #24A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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