Html Css Color HEX #20B9F2 Summer Sky

📋 copy color: '#20B9F2'

red 32 ◦ green 185 ◦ blue 242

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

Shades of Summer Sky #20B9F2

Tints of Summer Sky #20B9F2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.31%

 BLUE value IS 242 (94.92% from 255) = 52.72%

R = 6.97%
G = 40.31%
B = 52.72%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#20B9F2 (or 0x20B9F2) is known color: Summer Sky. HEX triplet: 20, B9 and F2. RGB value is (32,185,242). Sum of RGB (Red+Green+Blue) = 32+185+242=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 242 (94.92% from 255 or 52.72% from 459); Max value from RGB is 242 - color contains mainly: blue. Hex color #20B9F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20B9F2 is #DF460D. Grayscale: #919191. Windows color (decimal): -14632462 or 15907104. OLE color: 15907104.

HSL color Cylindrical-coordinate representation of color #20B9F2: hue angle of 196.29º degrees, saturation: 0.89, 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 #20B9F2 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 32 185 242 -
CMYK 0.87 0.24 0 0.05
HSL 196.29º 0.89% 0.54% -
HSV(B) 196.29º 0.87% 0.95% -
XYZ 33.97 41.42 90.21 -
YUV 145.75 182.31 46.87 -
System Red Green Blue C M Y K H S L
Decimal 32 185 242 0.87 0.24 0 0.05 196.29 0.89 0.54
Hex 20 B9 F2 57 18 0 5 C4 59 36
Octal 40 271 362 127 30 0 5 304 131 66
Binary 100000 10111001 11110010 1010111 11000 0 101 11000100 1011001 110110

Color Harmonies of #20B9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B9F2

Black with #20B9F2

Text Example


Text Example

White with #20B9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,185,242); }

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

background-color css

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

 a { background-color: rgb(32,185,242); }

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

border-color css

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

 span { border-color: rgb(32,185,242); }

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