Html Css Color HEX #8AC5EC Cornflower

📋 copy color: '#8AC5EC'

red 138 ◦ green 197 ◦ blue 236

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

Shades of Cornflower #8AC5EC

Tints of Cornflower #8AC5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.33%

R = 24.17%
G = 34.5%
B = 41.33%

CMYK

 C value IS 0.42

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AC5EC (or 0x8AC5EC) is known color: Cornflower. HEX triplet: 8A, C5 and EC. RGB value is (138,197,236). Sum of RGB (Red+Green+Blue) = 138+197+236=571 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.17% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AC5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC5EC is #753A13. Grayscale: #B7B7B7. Windows color (decimal): -7682580 or 15517066. OLE color: 15517066.

HSL color Cylindrical-coordinate representation of color #8AC5EC: hue angle of 203.88º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC5EC is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 197 236 -
CMYK 0.42 0.17 0 0.07
HSL 203.88º 0.72% 0.73% -
HSV(B) 203.88º 0.42% 0.93% -
XYZ 45.59 51.39 86.87 -
YUV 183.81 157.45 95.33 -
System Red Green Blue C M Y K H S L
Decimal 138 197 236 0.42 0.17 0 0.07 203.88 0.72 0.73
Hex 8A C5 EC 2A 11 0 7 CC 48 49
Octal 212 305 354 52 21 0 7 314 110 111
Binary 10001010 11000101 11101100 101010 10001 0 111 11001100 1001000 1001001

Color Harmonies of #8AC5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC5EC

Black with #8AC5EC

Text Example


Text Example

White with #8AC5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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