Html Css Color HEX #20B4ED Summer Sky

📋 copy color: '#20B4ED'

red 32 ◦ green 180 ◦ blue 237

#20B4ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #20B4ED

Tints of Summer Sky #20B4ED

RGB

 RED value IS 32 (12.89% from 255) = 7.13%

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 237 (92.97% from 255) = 52.78%

R = 7.13%
G = 40.09%
B = 52.78%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#20B4ED (or 0x20B4ED) is known color: Summer Sky. HEX triplet: 20, B4 and ED. RGB value is (32,180,237). Sum of RGB (Red+Green+Blue) = 32+180+237=449 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.13% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #20B4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20B4ED is #DF4B12. Grayscale: #8D8D8D. Windows color (decimal): -14633747 or 15578144. OLE color: 15578144.

HSL color Cylindrical-coordinate representation of color #20B4ED: hue angle of 196.68º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20B4ED is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 32 180 237 -
CMYK 0.86 0.24 0 0.07
HSL 196.68º 0.85% 0.53% -
HSV(B) 196.68º 0.86% 0.93% -
XYZ 32.2 39.06 85.96 -
YUV 142.25 181.47 49.37 -
System Red Green Blue C M Y K H S L
Decimal 32 180 237 0.86 0.24 0 0.07 196.68 0.85 0.53
Hex 20 B4 ED 56 18 0 7 C5 55 35
Octal 40 264 355 126 30 0 7 305 125 65
Binary 100000 10110100 11101101 1010110 11000 0 111 11000101 1010101 110101

Color Harmonies of #20B4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B4ED

Black with #20B4ED

Text Example


Text Example

White with #20B4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20B4ED;
 }
 .AnyTagClassName
 {
   color: #20B4ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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