Html Css Color HEX #8ABFEF Cornflower

📋 copy color: '#8ABFEF'

red 138 ◦ green 191 ◦ blue 239

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

Shades of Cornflower #8ABFEF

Tints of Cornflower #8ABFEF

RGB

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

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

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

R = 24.3%
G = 33.63%
B = 42.08%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8ABFEF (or 0x8ABFEF) is known color: Cornflower. HEX triplet: 8A, BF and EF. RGB value is (138,191,239). Sum of RGB (Red+Green+Blue) = 138+191+239=568 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.30% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ABFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABFEF is #754010. Grayscale: #B4B4B4. Windows color (decimal): -7684113 or 15712138. OLE color: 15712138.

HSL color Cylindrical-coordinate representation of color #8ABFEF: hue angle of 208.51º 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 #8ABFEF is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 191 239 -
CMYK 0.42 0.20 0 0.06
HSL 208.51º 0.76% 0.74% -
HSV(B) 208.51º 0.42% 0.94% -
XYZ 44.69 48.9 88.74 -
YUV 180.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 138 191 239 0.42 0.20 0 0.06 208.51 0.76 0.74
Hex 8A BF EF 2A 14 0 6 D1 4C 4A
Octal 212 277 357 52 24 0 6 321 114 112
Binary 10001010 10111111 11101111 101010 10100 0 110 11010001 1001100 1001010

Color Harmonies of #8ABFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFEF

Black with #8ABFEF

Text Example


Text Example

White with #8ABFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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