Html Css Color HEX #8ABFE5 Cornflower

📋 copy color: '#8ABFE5'

red 138 ◦ green 191 ◦ blue 229

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

Shades of Cornflower #8ABFE5

Tints of Cornflower #8ABFE5

RGB

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

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

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

R = 24.73%
G = 34.23%
B = 41.04%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8ABFE5 (or 0x8ABFE5) is known color: Cornflower. HEX triplet: 8A, BF and E5. RGB value is (138,191,229). Sum of RGB (Red+Green+Blue) = 138+191+229=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ABFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFE5 is #75401A. Grayscale: #B3B3B3. Windows color (decimal): -7684123 or 15056778. OLE color: 15056778.

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

Color convert

RGB 138 191 229 -
CMYK 0.40 0.17 0 0.10
HSL 205.05º 0.64% 0.72% -
HSV(B) 205.05º 0.4% 0.9% -
XYZ 43.25 48.32 81.18 -
YUV 179.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 138 191 229 0.40 0.17 0 0.10 205.05 0.64 0.72
Hex 8A BF E5 28 11 0 A CD 40 48
Octal 212 277 345 50 21 0 12 315 100 110
Binary 10001010 10111111 11100101 101000 10001 0 1010 11001101 1000000 1001000

Color Harmonies of #8ABFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFE5

Black with #8ABFE5

Text Example


Text Example

White with #8ABFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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