Html Css Color HEX #8ABCDF Cornflower

📋 copy color: '#8ABCDF'

red 138 ◦ green 188 ◦ blue 223

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

Shades of Cornflower #8ABCDF

Tints of Cornflower #8ABCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 25.14%
G = 34.24%
B = 40.62%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ABCDF (or 0x8ABCDF) is known color: Cornflower. HEX triplet: 8A, BC and DF. RGB value is (138,188,223). Sum of RGB (Red+Green+Blue) = 138+188+223=549 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.14% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ABCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCDF is #754320. Grayscale: #B0B0B0. Windows color (decimal): -7684897 or 14662794. OLE color: 14662794.

HSL color Cylindrical-coordinate representation of color #8ABCDF: hue angle of 204.71º degrees, saturation: 0.57, 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 #8ABCDF is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 188 223 -
CMYK 0.38 0.16 0 0.13
HSL 204.71º 0.57% 0.71% -
HSV(B) 204.71º 0.38% 0.87% -
XYZ 41.78 46.7 76.62 -
YUV 177.04 153.94 100.15 -
System Red Green Blue C M Y K H S L
Decimal 138 188 223 0.38 0.16 0 0.13 204.71 0.57 0.71
Hex 8A BC DF 26 10 0 D CD 39 47
Octal 212 274 337 46 20 0 15 315 71 107
Binary 10001010 10111100 11011111 100110 10000 0 1101 11001101 111001 1000111

Color Harmonies of #8ABCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABCDF

Black with #8ABCDF

Text Example


Text Example

White with #8ABCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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