Html Css Color HEX #20B1F6 Summer Sky

📋 copy color: '#20B1F6'

red 32 ◦ green 177 ◦ blue 246

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

Shades of Summer Sky #20B1F6

Tints of Summer Sky #20B1F6

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.9%

 BLUE value IS 246 (96.48% from 255) = 54.07%

R = 7.03%
G = 38.9%
B = 54.07%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#20B1F6 (or 0x20B1F6) is known color: Summer Sky. HEX triplet: 20, B1 and F6. RGB value is (32,177,246). Sum of RGB (Red+Green+Blue) = 32+177+246=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 246 (96.48% from 255 or 54.07% from 455); Max value from RGB is 246 - color contains mainly: blue. Hex color #20B1F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #20B1F6 is #DF4E09. Grayscale: #8D8D8D. Windows color (decimal): -14634506 or 16167200. OLE color: 16167200.

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

Color convert

RGB 32 177 246 -
CMYK 0.87 0.28 0 0.04
HSL 199.35º 0.92% 0.55% -
HSV(B) 199.35º 0.87% 0.96% -
XYZ 32.95 38.41 92.86 -
YUV 141.51 186.96 49.89 -
System Red Green Blue C M Y K H S L
Decimal 32 177 246 0.87 0.28 0 0.04 199.35 0.92 0.55
Hex 20 B1 F6 57 1C 0 4 C7 5C 37
Octal 40 261 366 127 34 0 4 307 134 67
Binary 100000 10110001 11110110 1010111 11100 0 100 11000111 1011100 110111

Color Harmonies of #20B1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B1F6

Black with #20B1F6

Text Example


Text Example

White with #20B1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,177,246); }

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

background-color css

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

 a { background-color: rgb(32,177,246); }

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

border-color css

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

 span { border-color: rgb(32,177,246); }

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