Html Css Color HEX #20B2F8 Summer Sky

📋 copy color: '#20B2F8'

red 32 ◦ green 178 ◦ blue 248

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

Shades of Summer Sky #20B2F8

Tints of Summer Sky #20B2F8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.86%

 BLUE value IS 248 (97.27% from 255) = 54.15%

R = 6.99%
G = 38.86%
B = 54.15%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#20B2F8 (or 0x20B2F8) is known color: Summer Sky. HEX triplet: 20, B2 and F8. RGB value is (32,178,248). Sum of RGB (Red+Green+Blue) = 32+178+248=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 178 (69.92% from 255 or 38.86% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #20B2F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20B2F8 is #DF4D07. Grayscale: #8D8D8D. Windows color (decimal): -14634248 or 16298528. OLE color: 16298528.

HSL color Cylindrical-coordinate representation of color #20B2F8: hue angle of 199.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20B2F8 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 32 178 248 -
CMYK 0.87 0.28 0 0.03
HSL 199.44º 0.94% 0.55% -
HSV(B) 199.44º 0.87% 0.97% -
XYZ 33.46 38.93 94.56 -
YUV 142.33 187.63 49.31 -
System Red Green Blue C M Y K H S L
Decimal 32 178 248 0.87 0.28 0 0.03 199.44 0.94 0.55
Hex 20 B2 F8 57 1C 0 3 C7 5E 37
Octal 40 262 370 127 34 0 3 307 136 67
Binary 100000 10110010 11111000 1010111 11100 0 11 11000111 1011110 110111

Color Harmonies of #20B2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B2F8

Black with #20B2F8

Text Example


Text Example

White with #20B2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,178,248); }

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

background-color css

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

 a { background-color: rgb(32,178,248); }

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

border-color css

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

 span { border-color: rgb(32,178,248); }

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