#20B4F0

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

Shades of Summer Sky #20B4F0

Tints of Summer Sky #20B4F0

Color information

#20B4F0 (or 0x20B4F0) is unknown color: approx Summer Sky. HEX triplet: 20, B4 and F0. RGB value is (32,180,240). Sum of RGB (Red+Green+Blue) = 32+180+240=452 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.08% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #20B4F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20B4F0 is #DF4B0F. Grayscale: #8E8E8E. Windows color (decimal): -14633744 or 15774752. OLE color: 15774752.

HSL color Cylindrical-coordinate representation of color #20B4F0: hue angle of 197.31º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20B4F0 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB32180240-
CMYK0.870.2500.06
HSL197.31º87.39%53.33%-
HSV(B)197.31º86.67%94.12%-
XYZ32.6539.2488.29-
YUV142.59182.9749.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.08%
GREEN value IS 180 (70.70% from 255) = 39.82%
BLUE value IS 240 (94.14% from 255) = 53.10%
R=7.08%
G=39.82%
B=53.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal321802400.870.2500.06197.3187.3953.33
Hex20B4F0571906c55735
Octal40264360127310630512765
Binary10000010110100111100001010111110010110110001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,180,240); }

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

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

 a { background-color: rgb(32,180,240); }

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

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

 span { border-color: rgb(32,180,240); }

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