Html Css Color HEX #8ABFE6 Cornflower

📋 copy color: '#8ABFE6'

red 138 ◦ green 191 ◦ blue 230

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

Shades of Cornflower #8ABFE6

Tints of Cornflower #8ABFE6

RGB

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

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

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

R = 24.69%
G = 34.17%
B = 41.14%

CMYK

 C value IS 0.4

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8ABFE6 (or 0x8ABFE6) is known color: Cornflower. HEX triplet: 8A, BF and E6. RGB value is (138,191,230). Sum of RGB (Red+Green+Blue) = 138+191+230=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #8ABFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ABFE6 is #754019. Grayscale: #B3B3B3. Windows color (decimal): -7684122 or 15122314. OLE color: 15122314.

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

Color convert

RGB 138 191 230 -
CMYK 0.4 0.17 0 0.10
HSL 205.43º 0.65% 0.72% -
HSV(B) 205.43º 0.4% 0.9% -
XYZ 43.39 48.38 81.91 -
YUV 179.6 156.44 98.33 -
System Red Green Blue C M Y K H S L
Decimal 138 191 230 0.4 0.17 0 0.10 205.43 0.65 0.72
Hex 8A BF E6 28 11 0 A CD 41 48
Octal 212 277 346 50 21 0 12 315 101 110
Binary 10001010 10111111 11100110 101000 10001 0 1010 11001101 1000001 1001000

Color Harmonies of #8ABFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFE6

Black with #8ABFE6

Text Example


Text Example

White with #8ABFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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