Html Css Color HEX #20BFEB Summer Sky

📋 copy color: '#20BFEB'

red 32 ◦ green 191 ◦ blue 235

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

Shades of Summer Sky #20BFEB

Tints of Summer Sky #20BFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 6.99%
G = 41.7%
B = 51.31%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#20BFEB (or 0x20BFEB) is known color: Summer Sky. HEX triplet: 20, BF and EB. RGB value is (32,191,235). Sum of RGB (Red+Green+Blue) = 32+191+235=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #20BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BFEB is #DF4014. Grayscale: #949494. Windows color (decimal): -14630933 or 15449888. OLE color: 15449888.

HSL color Cylindrical-coordinate representation of color #20BFEB: hue angle of 193º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20BFEB is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 191 235 -
CMYK 0.86 0.19 0 0.08
HSL 193º 0.84% 0.52% -
HSV(B) 193º 0.86% 0.92% -
XYZ 34.22 43.57 85.2 -
YUV 148.48 176.82 44.92 -
System Red Green Blue C M Y K H S L
Decimal 32 191 235 0.86 0.19 0 0.08 193 0.84 0.52
Hex 20 BF EB 56 13 0 8 C1 54 34
Octal 40 277 353 126 23 0 10 301 124 64
Binary 100000 10111111 11101011 1010110 10011 0 1000 11000001 1010100 110100

Color Harmonies of #20BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFEB

Black with #20BFEB

Text Example


Text Example

White with #20BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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