Html Css Color HEX #8ABFEA Cornflower

📋 copy color: '#8ABFEA'

red 138 ◦ green 191 ◦ blue 234

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

Shades of Cornflower #8ABFEA

Tints of Cornflower #8ABFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 33.93%

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 24.51%
G = 33.93%
B = 41.56%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8ABFEA (or 0x8ABFEA) is known color: Cornflower. HEX triplet: 8A, BF and EA. RGB value is (138,191,234). Sum of RGB (Red+Green+Blue) = 138+191+234=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #8ABFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABFEA is #754015. Grayscale: #B3B3B3. Windows color (decimal): -7684118 or 15384458. OLE color: 15384458.

HSL color Cylindrical-coordinate representation of color #8ABFEA: hue angle of 206.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ABFEA is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 138 191 234 -
CMYK 0.41 0.18 0 0.08
HSL 206.88º 0.7% 0.73% -
HSV(B) 206.88º 0.41% 0.92% -
XYZ 43.96 48.61 84.91 -
YUV 180.06 158.44 98 -
System Red Green Blue C M Y K H S L
Decimal 138 191 234 0.41 0.18 0 0.08 206.88 0.7 0.73
Hex 8A BF EA 29 12 0 8 CF 46 49
Octal 212 277 352 51 22 0 10 317 106 111
Binary 10001010 10111111 11101010 101001 10010 0 1000 11001111 1000110 1001001

Color Harmonies of #8ABFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFEA

Black with #8ABFEA

Text Example


Text Example

White with #8ABFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,191,234); }

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

background-color css

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

 a { background-color: rgb(138,191,234); }

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

border-color css

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

 span { border-color: rgb(138,191,234); }

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