Html Css Color HEX #8ABDDD Cornflower

📋 copy color: '#8ABDDD'

red 138 ◦ green 189 ◦ blue 221

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

Shades of Cornflower #8ABDDD

Tints of Cornflower #8ABDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 25.18%
G = 34.49%
B = 40.33%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8ABDDD (or 0x8ABDDD) is known color: Cornflower. HEX triplet: 8A, BD and DD. RGB value is (138,189,221). Sum of RGB (Red+Green+Blue) = 138+189+221=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ABDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDDD is #754222. Grayscale: #B1B1B1. Windows color (decimal): -7684643 or 14531978. OLE color: 14531978.

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

Color convert

RGB 138 189 221 -
CMYK 0.38 0.14 0 0.13
HSL 203.13º 0.55% 0.7% -
HSV(B) 203.13º 0.38% 0.87% -
XYZ 41.73 47.02 75.28 -
YUV 177.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 138 189 221 0.38 0.14 0 0.13 203.13 0.55 0.7
Hex 8A BD DD 26 E 0 D CB 37 46
Octal 212 275 335 46 16 0 15 313 67 106
Binary 10001010 10111101 11011101 100110 1110 0 1101 11001011 110111 1000110

Color Harmonies of #8ABDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDDD

Black with #8ABDDD

Text Example


Text Example

White with #8ABDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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