#20B5F1

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

Shades of Summer Sky #20B5F1

Tints of Summer Sky #20B5F1

Color information

#20B5F1 (or 0x20B5F1) is unknown color: approx Summer Sky. HEX triplet: 20, B5 and F1. RGB value is (32,181,241). Sum of RGB (Red+Green+Blue) = 32+181+241=454 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.05% from 454); Green value is 181 (71.09% from 255 or 39.87% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #20B5F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20B5F1 is #DF4A0E. Grayscale: #8E8E8E. Windows color (decimal): -14633487 or 15840544. OLE color: 15840544.

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

Color convert

RGB32181241-
CMYK0.870.2500.05
HSL197.22º88.19%53.53%-
HSV(B)197.22º86.72%94.51%-
XYZ3339.7189.14-
YUV143.29183.1448.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.05%
GREEN value IS 181 (71.09% from 255) = 39.87%
BLUE value IS 241 (94.53% from 255) = 53.08%
R=7.05%
G=39.87%
B=53.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal321812410.870.2500.05197.2288.1953.53
Hex20B5F1571905c55836
Octal40265361127310530513066
Binary10000010110101111100011010111110010101110001011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20B5F1; }

 p { color: rgb(32,181,241); }

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

<style>
 a { background-color: #20B5F1; }

 a { background-color: rgb(32,181,241); }

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

<style>
 span { border-color: #20B5F1; }

 span { border-color: rgb(32,181,241); }

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