Html Css Color HEX #9ABDDC Cornflower

📋 copy color: '#9ABDDC'

red 154 ◦ green 189 ◦ blue 220

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

Shades of Cornflower #9ABDDC

Tints of Cornflower #9ABDDC

RGB

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

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

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

R = 27.35%
G = 33.57%
B = 39.08%

CMYK

 C value IS 0.3

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9ABDDC (or 0x9ABDDC) is known color: Cornflower. HEX triplet: 9A, BD and DC. RGB value is (154,189,220). Sum of RGB (Red+Green+Blue) = 154+189+220=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #9ABDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDDC is #654223. Grayscale: #B5B5B5. Windows color (decimal): -6636068 or 14466458. OLE color: 14466458.

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

Color convert

RGB 154 189 220 -
CMYK 0.3 0.14 0 0.14
HSL 208.18º 0.49% 0.73% -
HSV(B) 208.18º 0.3% 0.86% -
XYZ 44.44 48.43 74.72 -
YUV 182.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 154 189 220 0.3 0.14 0 0.14 208.18 0.49 0.73
Hex 9A BD DC 1E E 0 E D0 31 49
Octal 232 275 334 36 16 0 16 320 61 111
Binary 10011010 10111101 11011100 11110 1110 0 1110 11010000 110001 1001001

Color Harmonies of #9ABDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDDC

Black with #9ABDDC

Text Example


Text Example

White with #9ABDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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