Html Css Color HEX #20BFEE Summer Sky

📋 copy color: '#20BFEE'

red 32 ◦ green 191 ◦ blue 238

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

Shades of Summer Sky #20BFEE

Tints of Summer Sky #20BFEE

RGB

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

 GREEN value IS 191 (75% from 255) = 41.43%

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 6.94%
G = 41.43%
B = 51.63%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#20BFEE (or 0x20BFEE) is known color: Summer Sky. HEX triplet: 20, BF and EE. RGB value is (32,191,238). Sum of RGB (Red+Green+Blue) = 32+191+238=461 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.94% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #20BFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BFEE is #DF4011. Grayscale: #949494. Windows color (decimal): -14630930 or 15646496. OLE color: 15646496.

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

Color convert

RGB 32 191 238 -
CMYK 0.87 0.20 0 0.07
HSL 193.69º 0.86% 0.53% -
HSV(B) 193.69º 0.87% 0.93% -
XYZ 34.66 43.74 87.51 -
YUV 148.82 178.32 44.68 -
System Red Green Blue C M Y K H S L
Decimal 32 191 238 0.87 0.20 0 0.07 193.69 0.86 0.53
Hex 20 BF EE 57 14 0 7 C2 56 35
Octal 40 277 356 127 24 0 7 302 126 65
Binary 100000 10111111 11101110 1010111 10100 0 111 11000010 1010110 110101

Color Harmonies of #20BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFEE

Black with #20BFEE

Text Example


Text Example

White with #20BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,191,238); }

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

background-color css

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

 a { background-color: rgb(32,191,238); }

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

border-color css

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

 span { border-color: rgb(32,191,238); }

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