#24a5af

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

Shades of Pelorous #24A5AF

Tints of Pelorous #24A5AF

Color information

#24A5AF (or 0x24A5AF) is unknown color: approx Pelorous. HEX triplet: 24, A5 and AF. RGB value is (36,165,175). Sum of RGB (Red+Green+Blue) = 36+165+175=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #24A5AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A5AF is #DB5A50. Grayscale: #7F7F7F. Windows color (decimal): -14375505 or 11511076. OLE color: 11511076.

HSL color Cylindrical-coordinate representation of color #24A5AF: hue angle of 184.32º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24A5AF is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB36165175-
CMYK0.790.0600.31
HSL184.32º65.88%41.37%-
HSV(B)184.32º79.43%68.63%-
XYZ21.9230.3845.27-
YUV127.57154.7662.69-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.57%
GREEN value IS 165 (64.84% from 255) = 43.88%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=9.57%
G=43.88%
B=46.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361651750.790.0600.31184.3265.8841.37
Hex24A5AF4F601Fb84229
Octal44245257117603727010251
Binary10010010100101101011111001111110011111101110001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24a5af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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