Html Css Color HEX #8ABCE6 Cornflower

📋 copy color: '#8ABCE6'

red 138 ◦ green 188 ◦ blue 230

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

Shades of Cornflower #8ABCE6

Tints of Cornflower #8ABCE6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.81%

 BLUE value IS 230 (90.23% from 255) = 41.37%

R = 24.82%
G = 33.81%
B = 41.37%

CMYK

 C value IS 0.4

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8ABCE6 (or 0x8ABCE6) is known color: Cornflower. HEX triplet: 8A, BC and E6. RGB value is (138,188,230). Sum of RGB (Red+Green+Blue) = 138+188+230=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #8ABCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABCE6 is #754319. Grayscale: #B1B1B1. Windows color (decimal): -7684890 or 15121546. OLE color: 15121546.

HSL color Cylindrical-coordinate representation of color #8ABCE6: hue angle of 207.39º degrees, saturation: 0.65, 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 #8ABCE6 is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 188 230 -
CMYK 0.4 0.18 0 0.10
HSL 207.39º 0.65% 0.72% -
HSV(B) 207.39º 0.4% 0.9% -
XYZ 42.75 47.08 81.7 -
YUV 177.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 138 188 230 0.4 0.18 0 0.10 207.39 0.65 0.72
Hex 8A BC E6 28 12 0 A CF 41 48
Octal 212 274 346 50 22 0 12 317 101 110
Binary 10001010 10111100 11100110 101000 10010 0 1010 11001111 1000001 1001000

Color Harmonies of #8ABCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCE6

Black with #8ABCE6

Text Example


Text Example

White with #8ABCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,188,230); }

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

background-color css

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

 a { background-color: rgb(138,188,230); }

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

border-color css

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

 span { border-color: rgb(138,188,230); }

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