Html Css Color HEX #8ABDDC Cornflower

📋 copy color: '#8ABDDC'

red 138 ◦ green 189 ◦ blue 220

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

Shades of Cornflower #8ABDDC

Tints of Cornflower #8ABDDC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.55%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 25.23%
G = 34.55%
B = 40.22%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8ABDDC (or 0x8ABDDC) is known color: Cornflower. HEX triplet: 8A, BD and DC. RGB value is (138,189,220). Sum of RGB (Red+Green+Blue) = 138+189+220=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 189 (74.22% from 255 or 34.55% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ABDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDDC is #754223. Grayscale: #B1B1B1. Windows color (decimal): -7684644 or 14466442. OLE color: 14466442.

HSL color Cylindrical-coordinate representation of color #8ABDDC: hue angle of 202.68º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABDDC is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 189 220 -
CMYK 0.37 0.14 0 0.14
HSL 202.68º 0.54% 0.7% -
HSV(B) 202.68º 0.37% 0.86% -
XYZ 41.6 46.97 74.58 -
YUV 177.29 152.1 99.98 -
System Red Green Blue C M Y K H S L
Decimal 138 189 220 0.37 0.14 0 0.14 202.68 0.54 0.7
Hex 8A BD DC 25 E 0 E CB 36 46
Octal 212 275 334 45 16 0 16 313 66 106
Binary 10001010 10111101 11011100 100101 1110 0 1110 11001011 110110 1000110

Color Harmonies of #8ABDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDDC

Black with #8ABDDC

Text Example


Text Example

White with #8ABDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,189,220); }

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

background-color css

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

 a { background-color: rgb(138,189,220); }

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

border-color css

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

 span { border-color: rgb(138,189,220); }

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