Html Css Color HEX #20BEEA Summer Sky

📋 copy color: '#20BEEA'

red 32 ◦ green 190 ◦ blue 234

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

Shades of Summer Sky #20BEEA

Tints of Summer Sky #20BEEA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.67%

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

R = 7.02%
G = 41.67%
B = 51.32%

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

#20BEEA (or 0x20BEEA) is known color: Summer Sky. HEX triplet: 20, BE and EA. RGB value is (32,190,234). Sum of RGB (Red+Green+Blue) = 32+190+234=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #20BEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20BEEA is #DF4115. Grayscale: #939393. Windows color (decimal): -14631190 or 15384096. OLE color: 15384096.

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

Color convert

RGB 32 190 234 -
CMYK 0.86 0.19 0 0.08
HSL 193.07º 0.83% 0.52% -
HSV(B) 193.07º 0.86% 0.92% -
XYZ 33.86 43.07 84.37 -
YUV 147.77 176.65 45.42 -
System Red Green Blue C M Y K H S L
Decimal 32 190 234 0.86 0.19 0 0.08 193.07 0.83 0.52
Hex 20 BE EA 56 13 0 8 C1 53 34
Octal 40 276 352 126 23 0 10 301 123 64
Binary 100000 10111110 11101010 1010110 10011 0 1000 11000001 1010011 110100

Color Harmonies of #20BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BEEA

Black with #20BEEA

Text Example


Text Example

White with #20BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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