Html Css Color HEX #20CBEA Summer Sky

📋 copy color: '#20CBEA'

red 32 ◦ green 203 ◦ blue 234

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

Shades of Summer Sky #20CBEA

Tints of Summer Sky #20CBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

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

R = 6.82%
G = 43.28%
B = 49.89%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#20CBEA (or 0x20CBEA) is known color: Summer Sky. HEX triplet: 20, CB and EA. RGB value is (32,203,234). Sum of RGB (Red+Green+Blue) = 32+203+234=469 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.82% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #20CBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #20CBEA is #DF3415. Grayscale: #9B9B9B. Windows color (decimal): -14627862 or 15387424. OLE color: 15387424.

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

Color convert

RGB 32 203 234 -
CMYK 0.86 0.13 0 0.08
HSL 189.21º 0.83% 0.52% -
HSV(B) 189.21º 0.86% 0.92% -
XYZ 36.8 48.96 85.35 -
YUV 155.41 172.35 39.98 -
System Red Green Blue C M Y K H S L
Decimal 32 203 234 0.86 0.13 0 0.08 189.21 0.83 0.52
Hex 20 CB EA 56 D 0 8 BD 53 34
Octal 40 313 352 126 15 0 10 275 123 64
Binary 100000 11001011 11101010 1010110 1101 0 1000 10111101 1010011 110100

Color Harmonies of #20CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CBEA

Black with #20CBEA

Text Example


Text Example

White with #20CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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