Html Css Color HEX #8ABFDD Cornflower

📋 copy color: '#8ABFDD'

red 138 ◦ green 191 ◦ blue 221

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

Shades of Cornflower #8ABFDD

Tints of Cornflower #8ABFDD

RGB

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

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

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

R = 25.09%
G = 34.73%
B = 40.18%

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

#8ABFDD (or 0x8ABFDD) is known color: Cornflower. HEX triplet: 8A, BF and DD. RGB value is (138,191,221). Sum of RGB (Red+Green+Blue) = 138+191+221=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ABFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABFDD is #754022. Grayscale: #B2B2B2. Windows color (decimal): -7684131 or 14532490. OLE color: 14532490.

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

Color convert

RGB 138 191 221 -
CMYK 0.38 0.14 0 0.13
HSL 201.69º 0.55% 0.7% -
HSV(B) 201.69º 0.38% 0.87% -
XYZ 42.16 47.89 75.43 -
YUV 178.57 151.94 99.06 -
System Red Green Blue C M Y K H S L
Decimal 138 191 221 0.38 0.14 0 0.13 201.69 0.55 0.7
Hex 8A BF DD 26 E 0 D CA 37 46
Octal 212 277 335 46 16 0 15 312 67 106
Binary 10001010 10111111 11011101 100110 1110 0 1101 11001010 110111 1000110

Color Harmonies of #8ABFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABFDD

Black with #8ABFDD

Text Example


Text Example

White with #8ABFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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