Html Css Color HEX #80CCE6 Sky Blue

📋 copy color: '#80CCE6'

red 128 ◦ green 204 ◦ blue 230

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

Shades of Sky Blue #80CCE6

Tints of Sky Blue #80CCE6

RGB

 RED value IS 128 (50.39% from 255) = 22.78%

 GREEN value IS 204 (80.08% from 255) = 36.3%

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 22.78%
G = 36.3%
B = 40.93%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#80CCE6 (or 0x80CCE6) is known color: Sky Blue. HEX triplet: 80, CC and E6. RGB value is (128,204,230). Sum of RGB (Red+Green+Blue) = 128+204+230=562 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.78% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 230 - color contains mainly: blue. Hex color #80CCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CCE6 is #7F3319. Grayscale: #B8B8B8. Windows color (decimal): -8336154 or 15125632. OLE color: 15125632.

HSL color Cylindrical-coordinate representation of color #80CCE6: hue angle of 195.29º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80CCE6 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 204 230 -
CMYK 0.44 0.11 0 0.10
HSL 195.29º 0.67% 0.7% -
HSV(B) 195.29º 0.44% 0.9% -
XYZ 44.78 53.49 82.83 -
YUV 184.24 153.82 87.89 -
System Red Green Blue C M Y K H S L
Decimal 128 204 230 0.44 0.11 0 0.10 195.29 0.67 0.7
Hex 80 CC E6 2C B 0 A C3 43 46
Octal 200 314 346 54 13 0 12 303 103 106
Binary 10000000 11001100 11100110 101100 1011 0 1010 11000011 1000011 1000110

Color Harmonies of #80CCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CCE6

Black with #80CCE6

Text Example


Text Example

White with #80CCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80CCE6; }

 p { color: rgb(128,204,230); }

 H1.HeaderClassName
 {
   color: #80CCE6;
 }
 .AnyTagClassName
 {
   color: #80CCE6;
 }
</style>

background-color css

<style>
 a { background-color: #80CCE6; }

 a { background-color: rgb(128,204,230); }

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

border-color css

<style>
 span { border-color: #80CCE6; }

 span { border-color: rgb(128,204,230); }

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