Html Css Color HEX #80CBED Sky Blue

📋 copy color: '#80CBED'

red 128 ◦ green 203 ◦ blue 237

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

Shades of Sky Blue #80CBED

Tints of Sky Blue #80CBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.73%

R = 22.54%
G = 35.74%
B = 41.73%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80CBED (or 0x80CBED) is known color: Sky Blue. HEX triplet: 80, CB and ED. RGB value is (128,203,237). Sum of RGB (Red+Green+Blue) = 128+203+237=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #80CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80CBED is #7F3412. Grayscale: #B8B8B8. Windows color (decimal): -8336403 or 15584128. OLE color: 15584128.

HSL color Cylindrical-coordinate representation of color #80CBED: hue angle of 198.72º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80CBED is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 203 237 -
CMYK 0.46 0.14 0 0.07
HSL 198.72º 0.75% 0.72% -
HSV(B) 198.72º 0.46% 0.93% -
XYZ 45.54 53.42 88.03 -
YUV 184.45 157.65 87.74 -
System Red Green Blue C M Y K H S L
Decimal 128 203 237 0.46 0.14 0 0.07 198.72 0.75 0.72
Hex 80 CB ED 2E E 0 7 C7 4B 48
Octal 200 313 355 56 16 0 7 307 113 110
Binary 10000000 11001011 11101101 101110 1110 0 111 11000111 1001011 1001000

Color Harmonies of #80CBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CBED

Black with #80CBED

Text Example


Text Example

White with #80CBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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