Html Css Color HEX #8ABDDF Cornflower

📋 copy color: '#8ABDDF'

red 138 ◦ green 189 ◦ blue 223

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

Shades of Cornflower #8ABDDF

Tints of Cornflower #8ABDDF

RGB

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

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

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

R = 25.09%
G = 34.36%
B = 40.55%

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

#8ABDDF (or 0x8ABDDF) is known color: Cornflower. HEX triplet: 8A, BD and DF. RGB value is (138,189,223). Sum of RGB (Red+Green+Blue) = 138+189+223=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ABDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDDF is #754220. Grayscale: #B1B1B1. Windows color (decimal): -7684641 or 14663050. OLE color: 14663050.

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

Color convert

RGB 138 189 223 -
CMYK 0.38 0.15 0 0.13
HSL 204º 0.57% 0.71% -
HSV(B) 204º 0.38% 0.87% -
XYZ 42 47.13 76.69 -
YUV 177.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 138 189 223 0.38 0.15 0 0.13 204 0.57 0.71
Hex 8A BD DF 26 F 0 D CC 39 47
Octal 212 275 337 46 17 0 15 314 71 107
Binary 10001010 10111101 11011111 100110 1111 0 1101 11001100 111001 1000111

Color Harmonies of #8ABDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDDF

Black with #8ABDDF

Text Example


Text Example

White with #8ABDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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