Html Css Color HEX #24A6CB Pelorous

📋 copy color: '#24A6CB'

red 36 ◦ green 166 ◦ blue 203

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

Shades of Pelorous #24A6CB

Tints of Pelorous #24A6CB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.99%

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

R = 8.89%
G = 40.99%
B = 50.12%

CMYK

 C value IS 0.82

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#24A6CB (or 0x24A6CB) is known color: Pelorous. HEX triplet: 24, A6 and CB. RGB value is (36,166,203). Sum of RGB (Red+Green+Blue) = 36+166+203=405 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.89% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #24A6CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A6CB is #DB5934. Grayscale: #838383. Windows color (decimal): -14375221 or 13346340. OLE color: 13346340.

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

Color convert

RGB 36 166 203 -
CMYK 0.82 0.18 0 0.20
HSL 193.29º 0.7% 0.47% -
HSV(B) 193.29º 0.82% 0.8% -
XYZ 25.14 31.96 61.34 -
YUV 131.35 168.43 59.99 -
System Red Green Blue C M Y K H S L
Decimal 36 166 203 0.82 0.18 0 0.20 193.29 0.7 0.47
Hex 24 A6 CB 52 12 0 14 C1 46 2F
Octal 44 246 313 122 22 0 24 301 106 57
Binary 100100 10100110 11001011 1010010 10010 0 10100 11000001 1000110 101111

Color Harmonies of #24A6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A6CB

Black with #24A6CB

Text Example


Text Example

White with #24A6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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