Html Css Color HEX #24A3CB Pelorous

📋 copy color: '#24A3CB'

red 36 ◦ green 163 ◦ blue 203

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

Shades of Pelorous #24A3CB

Tints of Pelorous #24A3CB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.55%

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

R = 8.96%
G = 40.55%
B = 50.5%

CMYK

 C value IS 0.82

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#24A3CB (or 0x24A3CB) is known color: Pelorous. HEX triplet: 24, A3 and CB. RGB value is (36,163,203). Sum of RGB (Red+Green+Blue) = 36+163+203=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #24A3CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A3CB is #DB5C34. Grayscale: #818181. Windows color (decimal): -14375989 or 13345572. OLE color: 13345572.

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

Color convert

RGB 36 163 203 -
CMYK 0.82 0.20 0 0.20
HSL 194.37º 0.7% 0.47% -
HSV(B) 194.37º 0.82% 0.8% -
XYZ 24.6 30.88 61.16 -
YUV 129.59 169.42 61.25 -
System Red Green Blue C M Y K H S L
Decimal 36 163 203 0.82 0.20 0 0.20 194.37 0.7 0.47
Hex 24 A3 CB 52 14 0 14 C2 46 2F
Octal 44 243 313 122 24 0 24 302 106 57
Binary 100100 10100011 11001011 1010010 10100 0 10100 11000010 1000110 101111

Color Harmonies of #24A3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A3CB

Black with #24A3CB

Text Example


Text Example

White with #24A3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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