Html Css Color HEX #20BBEA Summer Sky

📋 copy color: '#20BBEA'

red 32 ◦ green 187 ◦ blue 234

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

Shades of Summer Sky #20BBEA

Tints of Summer Sky #20BBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

 BLUE value IS 234 (91.8% from 255) = 51.66%

R = 7.06%
G = 41.28%
B = 51.66%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#20BBEA (or 0x20BBEA) is known color: Summer Sky. HEX triplet: 20, BB and EA. RGB value is (32,187,234). Sum of RGB (Red+Green+Blue) = 32+187+234=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #20BBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BBEA is #DF4415. Grayscale: #919191. Windows color (decimal): -14631958 or 15383328. OLE color: 15383328.

HSL color Cylindrical-coordinate representation of color #20BBEA: hue angle of 193.96º degrees, saturation: 0.83, 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 #20BBEA is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 32 187 234 -
CMYK 0.86 0.20 0 0.08
HSL 193.96º 0.83% 0.52% -
HSV(B) 193.96º 0.86% 0.92% -
XYZ 33.22 41.79 84.16 -
YUV 146.01 177.65 46.68 -
System Red Green Blue C M Y K H S L
Decimal 32 187 234 0.86 0.20 0 0.08 193.96 0.83 0.52
Hex 20 BB EA 56 14 0 8 C2 53 34
Octal 40 273 352 126 24 0 10 302 123 64
Binary 100000 10111011 11101010 1010110 10100 0 1000 11000010 1010011 110100

Color Harmonies of #20BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BBEA

Black with #20BBEA

Text Example


Text Example

White with #20BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,187,234); }

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

background-color css

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

 a { background-color: rgb(32,187,234); }

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

border-color css

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

 span { border-color: rgb(32,187,234); }

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