#24BDEB

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

Shades of Summer Sky #24BDEB

Tints of Summer Sky #24BDEB

Color information

#24BDEB (or 0x24BDEB) is unknown color: approx Summer Sky. HEX triplet: 24, BD and EB. RGB value is (36,189,235). Sum of RGB (Red+Green+Blue) = 36+189+235=460 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.83% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #24BDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #24BDEB is #DB4214. Grayscale: #949494. Windows color (decimal): -14369301 or 15449380. OLE color: 15449380.

HSL color Cylindrical-coordinate representation of color #24BDEB: hue angle of 193.87º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24BDEB is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB36189235-
CMYK0.850.2000.08
HSL193.87º83.26%53.14%-
HSV(B)193.87º84.68%92.16%-
XYZ33.9242.7785.06-
YUV148.5176.8147.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.83%
GREEN value IS 189 (74.22% from 255) = 41.09%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=7.83%
G=41.09%
B=51.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal361892350.850.2000.08193.8783.2653.14
Hex24BDEB551408c25335
Octal442753531252401030212365
Binary100100101111011110101110101011010001000110000101010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,189,235); }

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

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

 a { background-color: rgb(36,189,235); }

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

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

 span { border-color: rgb(36,189,235); }

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