Html Css Color HEX #80CBE5 Sky Blue

📋 copy color: '#80CBE5'

red 128 ◦ green 203 ◦ blue 229

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

Shades of Sky Blue #80CBE5

Tints of Sky Blue #80CBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.89%

R = 22.86%
G = 36.25%
B = 40.89%

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

#80CBE5 (or 0x80CBE5) is known color: Sky Blue. HEX triplet: 80, CB and E5. RGB value is (128,203,229). Sum of RGB (Red+Green+Blue) = 128+203+229=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #80CBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CBE5 is #7F341A. Grayscale: #B7B7B7. Windows color (decimal): -8336411 or 15059840. OLE color: 15059840.

HSL color Cylindrical-coordinate representation of color #80CBE5: hue angle of 195.45º degrees, saturation: 0.66, 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 #80CBE5 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 203 229 -
CMYK 0.44 0.11 0 0.10
HSL 195.45º 0.66% 0.7% -
HSV(B) 195.45º 0.44% 0.9% -
XYZ 44.4 52.96 82.01 -
YUV 183.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 128 203 229 0.44 0.11 0 0.10 195.45 0.66 0.7
Hex 80 CB E5 2C B 0 A C3 42 46
Octal 200 313 345 54 13 0 12 303 102 106
Binary 10000000 11001011 11100101 101100 1011 0 1010 11000011 1000010 1000110

Color Harmonies of #80CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CBE5

Black with #80CBE5

Text Example


Text Example

White with #80CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,203,229); }

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

background-color css

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

 a { background-color: rgb(128,203,229); }

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

border-color css

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

 span { border-color: rgb(128,203,229); }

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