Html Css Color HEX #9ABDD8 Cornflower

📋 copy color: '#9ABDD8'

red 154 ◦ green 189 ◦ blue 216

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

Shades of Cornflower #9ABDD8

Tints of Cornflower #9ABDD8

RGB

 RED value IS 154 (60.55% from 255) = 27.55%

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

 BLUE value IS 216 (84.77% from 255) = 38.64%

R = 27.55%
G = 33.81%
B = 38.64%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9ABDD8 (or 0x9ABDD8) is known color: Cornflower. HEX triplet: 9A, BD and D8. RGB value is (154,189,216). Sum of RGB (Red+Green+Blue) = 154+189+216=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #9ABDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDD8 is #654227. Grayscale: #B5B5B5. Windows color (decimal): -6636072 or 14204314. OLE color: 14204314.

HSL color Cylindrical-coordinate representation of color #9ABDD8: hue angle of 206.13º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ABDD8 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 189 216 -
CMYK 0.29 0.12 0 0.15
HSL 206.13º 0.44% 0.73% -
HSV(B) 206.13º 0.29% 0.85% -
XYZ 43.92 48.22 71.96 -
YUV 181.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 154 189 216 0.29 0.12 0 0.15 206.13 0.44 0.73
Hex 9A BD D8 1D C 0 F CE 2C 49
Octal 232 275 330 35 14 0 17 316 54 111
Binary 10011010 10111101 11011000 11101 1100 0 1111 11001110 101100 1001001

Color Harmonies of #9ABDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDD8

Black with #9ABDD8

Text Example


Text Example

White with #9ABDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ABDD8; }

 p { color: rgb(154,189,216); }

 H1.HeaderClassName
 {
   color: #9ABDD8;
 }
 .AnyTagClassName
 {
   color: #9ABDD8;
 }
</style>

background-color css

<style>
 a { background-color: #9ABDD8; }

 a { background-color: rgb(154,189,216); }

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

border-color css

<style>
 span { border-color: #9ABDD8; }

 span { border-color: rgb(154,189,216); }

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