#24A7C9

Color #24A7C9 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #24A7C9

Tints of Pelorous #24A7C9

Color information

#24A7C9 (or 0x24A7C9) is unknown color: approx Pelorous. HEX triplet: 24, A7 and C9. RGB value is (36,167,201). Sum of RGB (Red+Green+Blue) = 36+167+201=404 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.91% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #24A7C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A7C9 is #DB5836. Grayscale: #838383. Windows color (decimal): -14374967 or 13215524. OLE color: 13215524.

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

Color convert

RGB36167201-
CMYK0.820.1700.21
HSL192.36º69.62%46.47%-
HSV(B)192.36º82.09%78.82%-
XYZ25.0932.2360.16-
YUV131.71167.159.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.91%
GREEN value IS 167 (65.62% from 255) = 41.34%
BLUE value IS 201 (78.91% from 255) = 49.75%
R=8.91%
G=41.34%
B=49.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal361672010.820.1700.21192.3669.6246.47
Hex24A7C95211015c0462e
Octal442473111222102530010656
Binary1001001010011111001001101001010001010101110000001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,167,201); }

 H1.HeaderClassName
 {
   color: #24A7C9;
 }
 .AnyTagClassName
 {
   color: #24A7C9;
 }
</style>
background-color css

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

 a { background-color: rgb(36,167,201); }

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

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

 span { border-color: rgb(36,167,201); }

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