#24B0F1

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

Shades of Summer Sky #24B0F1

Tints of Summer Sky #24B0F1

Color information

#24B0F1 (or 0x24B0F1) is unknown color: approx Summer Sky. HEX triplet: 24, B0 and F1. RGB value is (36,176,241). Sum of RGB (Red+Green+Blue) = 36+176+241=453 (60% of max value = 765). Red value is 36 (14.45% from 255 or 7.95% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #24B0F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #24B0F1 is #DB4F0E. Grayscale: #8D8D8D. Windows color (decimal): -14372623 or 15839268. OLE color: 15839268.

HSL color Cylindrical-coordinate representation of color #24B0F1: hue angle of 199.02º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #24B0F1 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB36176241-
CMYK0.850.2700.05
HSL199.02º87.98%54.31%-
HSV(B)199.02º85.06%94.51%-
XYZ32.1337.7888.82-
YUV141.55184.1252.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 7.95%
GREEN value IS 176 (69.14% from 255) = 38.85%
BLUE value IS 241 (94.53% from 255) = 53.20%
R=7.95%
G=38.85%
B=53.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal361762410.850.2700.05199.0287.9854.31
Hex24B0F1551B05c75836
Octal44260361125330530713066
Binary10010010110000111100011010101110110101110001111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,176,241); }

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

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

 a { background-color: rgb(36,176,241); }

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

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

 span { border-color: rgb(36,176,241); }

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