Html Css Color HEX #80CAE1 Spray

📋 copy color: '#80CAE1'

red 128 ◦ green 202 ◦ blue 225

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

Shades of Spray #80CAE1

Tints of Spray #80CAE1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.4%

 BLUE value IS 225 (88.28% from 255) = 40.54%

R = 23.06%
G = 36.4%
B = 40.54%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#80CAE1 (or 0x80CAE1) is known color: Spray. HEX triplet: 80, CA and E1. RGB value is (128,202,225). Sum of RGB (Red+Green+Blue) = 128+202+225=555 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.06% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #80CAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80CAE1 is #7F351E. Grayscale: #B6B6B6. Windows color (decimal): -8336671 or 14797440. OLE color: 14797440.

HSL color Cylindrical-coordinate representation of color #80CAE1: hue angle of 194.23º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80CAE1 is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 202 225 -
CMYK 0.43 0.10 0 0.12
HSL 194.23º 0.62% 0.69% -
HSV(B) 194.23º 0.43% 0.88% -
XYZ 43.61 52.27 79.02 -
YUV 182.5 151.98 89.13 -
System Red Green Blue C M Y K H S L
Decimal 128 202 225 0.43 0.10 0 0.12 194.23 0.62 0.69
Hex 80 CA E1 2B A 0 C C2 3E 45
Octal 200 312 341 53 12 0 14 302 76 105
Binary 10000000 11001010 11100001 101011 1010 0 1100 11000010 111110 1000101

Color Harmonies of #80CAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CAE1

Black with #80CAE1

Text Example


Text Example

White with #80CAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,202,225); }

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

background-color css

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

 a { background-color: rgb(128,202,225); }

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

border-color css

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

 span { border-color: rgb(128,202,225); }

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