Html Css Color HEX #8ABCDE Cornflower

📋 copy color: '#8ABCDE'

red 138 ◦ green 188 ◦ blue 222

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

Shades of Cornflower #8ABCDE

Tints of Cornflower #8ABCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.51%

R = 25.18%
G = 34.31%
B = 40.51%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ABCDE (or 0x8ABCDE) is known color: Cornflower. HEX triplet: 8A, BC and DE. RGB value is (138,188,222). Sum of RGB (Red+Green+Blue) = 138+188+222=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #8ABCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCDE is #754321. Grayscale: #B0B0B0. Windows color (decimal): -7684898 or 14597258. OLE color: 14597258.

HSL color Cylindrical-coordinate representation of color #8ABCDE: hue angle of 204.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABCDE is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 188 222 -
CMYK 0.38 0.15 0 0.13
HSL 204.29º 0.56% 0.71% -
HSV(B) 204.29º 0.38% 0.87% -
XYZ 41.65 46.64 75.92 -
YUV 176.93 153.44 100.24 -
System Red Green Blue C M Y K H S L
Decimal 138 188 222 0.38 0.15 0 0.13 204.29 0.56 0.71
Hex 8A BC DE 26 F 0 D CC 38 47
Octal 212 274 336 46 17 0 15 314 70 107
Binary 10001010 10111100 11011110 100110 1111 0 1101 11001100 111000 1000111

Color Harmonies of #8ABCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCDE

Black with #8ABCDE

Text Example


Text Example

White with #8ABCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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