Html Css Color HEX #8AC5CE Spray

📋 copy color: '#8AC5CE'

red 138 ◦ green 197 ◦ blue 206

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

Shades of Spray #8AC5CE

Tints of Spray #8AC5CE

RGB

 RED value IS 138 (54.3% from 255) = 25.51%

 GREEN value IS 197 (77.34% from 255) = 36.41%

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 25.51%
G = 36.41%
B = 38.08%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8AC5CE (or 0x8AC5CE) is known color: Spray. HEX triplet: 8A, C5 and CE. RGB value is (138,197,206). Sum of RGB (Red+Green+Blue) = 138+197+206=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 206 - color contains mainly: blue. Hex color #8AC5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC5CE is #753A31. Grayscale: #B4B4B4. Windows color (decimal): -7682610 or 13550986. OLE color: 13550986.

HSL color Cylindrical-coordinate representation of color #8AC5CE: hue angle of 187.94º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8AC5CE is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 197 206 -
CMYK 0.33 0.04 0 0.19
HSL 187.94º 0.41% 0.67% -
HSV(B) 187.94º 0.33% 0.81% -
XYZ 41.59 49.79 65.81 -
YUV 180.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 138 197 206 0.33 0.04 0 0.19 187.94 0.41 0.67
Hex 8A C5 CE 21 4 0 13 BC 29 43
Octal 212 305 316 41 4 0 23 274 51 103
Binary 10001010 11000101 11001110 100001 100 0 10011 10111100 101001 1000011

Color Harmonies of #8AC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC5CE

Black with #8AC5CE

Text Example


Text Example

White with #8AC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AC5CE; }

 p { color: rgb(138,197,206); }

 H1.HeaderClassName
 {
   color: #8AC5CE;
 }
 .AnyTagClassName
 {
   color: #8AC5CE;
 }
</style>

background-color css

<style>
 a { background-color: #8AC5CE; }

 a { background-color: rgb(138,197,206); }

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

border-color css

<style>
 span { border-color: #8AC5CE; }

 span { border-color: rgb(138,197,206); }

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