Html Css Color HEX #8AC5EF Cornflower

📋 copy color: '#8AC5EF'

red 138 ◦ green 197 ◦ blue 239

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

Shades of Cornflower #8AC5EF

Tints of Cornflower #8AC5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.64%

R = 24.04%
G = 34.32%
B = 41.64%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8AC5EF (or 0x8AC5EF) is known color: Cornflower. HEX triplet: 8A, C5 and EF. RGB value is (138,197,239). Sum of RGB (Red+Green+Blue) = 138+197+239=574 (76% of max value = 765). Red value is 138 (54.30% from 255 or 24.04% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AC5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AC5EF is #753A10. Grayscale: #B7B7B7. Windows color (decimal): -7682577 or 15713674. OLE color: 15713674.

HSL color Cylindrical-coordinate representation of color #8AC5EF: hue angle of 204.95º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AC5EF is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 197 239 -
CMYK 0.42 0.18 0 0.06
HSL 204.95º 0.76% 0.74% -
HSV(B) 204.95º 0.42% 0.94% -
XYZ 46.03 51.57 89.19 -
YUV 184.15 158.95 95.08 -
System Red Green Blue C M Y K H S L
Decimal 138 197 239 0.42 0.18 0 0.06 204.95 0.76 0.74
Hex 8A C5 EF 2A 12 0 6 CD 4C 4A
Octal 212 305 357 52 22 0 6 315 114 112
Binary 10001010 11000101 11101111 101010 10010 0 110 11001101 1001100 1001010

Color Harmonies of #8AC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AC5EF

Black with #8AC5EF

Text Example


Text Example

White with #8AC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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