#24a5b6

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

Shades of Pelorous #24A5B6

Tints of Pelorous #24A5B6

Color information

#24A5B6 (or 0x24A5B6) is unknown color: approx Pelorous. HEX triplet: 24, A5 and B6. RGB value is (36,165,182). Sum of RGB (Red+Green+Blue) = 36+165+182=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #24A5B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A5B6 is #DB5A49. Grayscale: #808080. Windows color (decimal): -14375498 or 11969828. OLE color: 11969828.

HSL color Cylindrical-coordinate representation of color #24A5B6: hue angle of 186.99º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24A5B6 is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB36165182-
CMYK0.800.0900.29
HSL186.99º66.97%42.75%-
HSV(B)186.99º80.22%71.37%-
XYZ22.6330.6648.98-
YUV128.37158.2662.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.40%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 182 (71.48% from 255) = 47.52%
R=9.40%
G=43.08%
B=47.52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal361651820.800.0900.29186.9966.9742.75
Hex24A5B650901Dbb432b
Octal442452661201103527310353
Binary100100101001011011011010100001001011101101110111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24a5b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,165,182); }

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

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

 a { background-color: rgb(36,165,182); }

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

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

 span { border-color: rgb(36,165,182); }

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