#24A5ED

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

Shades of Summer Sky #24A5ED

Tints of Summer Sky #24A5ED

Color information

#24A5ED (or 0x24A5ED) is unknown color: approx Summer Sky. HEX triplet: 24, A5 and ED. RGB value is (36,165,237). Sum of RGB (Red+Green+Blue) = 36+165+237=438 (58% of max value = 765). Red value is 36 (14.45% from 255 or 8.22% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #24A5ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #24A5ED is #DB5A12. Grayscale: #868686. Windows color (decimal): -14375443 or 15574308. OLE color: 15574308.

HSL color Cylindrical-coordinate representation of color #24A5ED: hue angle of 201.49º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24A5ED is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB36165237-
CMYK0.850.3000.07
HSL201.49º84.81%53.53%-
HSV(B)201.49º84.81%92.94%-
XYZ29.4733.485.01-
YUV134.64185.7657.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.22%
GREEN value IS 165 (64.84% from 255) = 37.67%
BLUE value IS 237 (92.97% from 255) = 54.11%
R=8.22%
G=37.67%
B=54.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal361652370.850.3000.07201.4984.8153.53
Hex24A5ED551E07c95536
Octal44245355125360731112566
Binary10010010100101111011011010101111100111110010011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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