Html Css Color HEX #8ABAE5 Cornflower

📋 copy color: '#8ABAE5'

red 138 ◦ green 186 ◦ blue 229

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

Shades of Cornflower #8ABAE5

Tints of Cornflower #8ABAE5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.63%

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 24.95%
G = 33.63%
B = 41.41%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8ABAE5 (or 0x8ABAE5) is known color: Cornflower. HEX triplet: 8A, BA and E5. RGB value is (138,186,229). Sum of RGB (Red+Green+Blue) = 138+186+229=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ABAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAE5 is #75451A. Grayscale: #B0B0B0. Windows color (decimal): -7685403 or 15055498. OLE color: 15055498.

HSL color Cylindrical-coordinate representation of color #8ABAE5: hue angle of 208.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ABAE5 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 186 229 -
CMYK 0.40 0.19 0 0.10
HSL 208.35º 0.64% 0.72% -
HSV(B) 208.35º 0.4% 0.9% -
XYZ 42.18 46.18 80.82 -
YUV 176.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 138 186 229 0.40 0.19 0 0.10 208.35 0.64 0.72
Hex 8A BA E5 28 13 0 A D0 40 48
Octal 212 272 345 50 23 0 12 320 100 110
Binary 10001010 10111010 11100101 101000 10011 0 1010 11010000 1000000 1001000

Color Harmonies of #8ABAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAE5

Black with #8ABAE5

Text Example


Text Example

White with #8ABAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,186,229); }

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

background-color css

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

 a { background-color: rgb(138,186,229); }

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

border-color css

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

 span { border-color: rgb(138,186,229); }

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