Html Css Color HEX #24A4C5 Pelorous

📋 copy color: '#24A4C5'

red 36 ◦ green 164 ◦ blue 197

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

Shades of Pelorous #24A4C5

Tints of Pelorous #24A4C5

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.31%

 BLUE value IS 197 (77.34% from 255) = 49.62%

R = 9.07%
G = 41.31%
B = 49.62%

CMYK

 C value IS 0.82

 M value IS 0.17

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#24A4C5 (or 0x24A4C5) is known color: Pelorous. HEX triplet: 24, A4 and C5. RGB value is (36,164,197). Sum of RGB (Red+Green+Blue) = 36+164+197=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 197 (77.34% from 255 or 49.62% from 397); Max value from RGB is 197 - color contains mainly: blue. Hex color #24A4C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A4C5 is #DB5B3A. Grayscale: #818181. Windows color (decimal): -14375739 or 12952612. OLE color: 12952612.

HSL color Cylindrical-coordinate representation of color #24A4C5: hue angle of 192.3º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24A4C5 is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 36 164 197 -
CMYK 0.82 0.17 0 0.23
HSL 192.3º 0.69% 0.46% -
HSV(B) 192.3º 0.82% 0.77% -
XYZ 24.08 30.96 57.53 -
YUV 129.49 166.09 61.32 -
System Red Green Blue C M Y K H S L
Decimal 36 164 197 0.82 0.17 0 0.23 192.3 0.69 0.46
Hex 24 A4 C5 52 11 0 17 C0 45 2E
Octal 44 244 305 122 21 0 27 300 105 56
Binary 100100 10100100 11000101 1010010 10001 0 10111 11000000 1000101 101110

Color Harmonies of #24A4C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A4C5

Black with #24A4C5

Text Example


Text Example

White with #24A4C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,164,197); }

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

background-color css

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

 a { background-color: rgb(36,164,197); }

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

border-color css

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

 span { border-color: rgb(36,164,197); }

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