Html Css Color HEX #9ABDDF Cornflower

📋 copy color: '#9ABDDF'

red 154 ◦ green 189 ◦ blue 223

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

Shades of Cornflower #9ABDDF

Tints of Cornflower #9ABDDF

RGB

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

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

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

R = 27.21%
G = 33.39%
B = 39.4%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ABDDF (or 0x9ABDDF) is known color: Cornflower. HEX triplet: 9A, BD and DF. RGB value is (154,189,223). Sum of RGB (Red+Green+Blue) = 154+189+223=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ABDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDDF is #654220. Grayscale: #B6B6B6. Windows color (decimal): -6636065 or 14663066. OLE color: 14663066.

HSL color Cylindrical-coordinate representation of color #9ABDDF: hue angle of 209.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ABDDF is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 189 223 -
CMYK 0.31 0.15 0 0.13
HSL 209.57º 0.52% 0.74% -
HSV(B) 209.57º 0.31% 0.87% -
XYZ 44.84 48.59 76.83 -
YUV 182.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 154 189 223 0.31 0.15 0 0.13 209.57 0.52 0.74
Hex 9A BD DF 1F F 0 D D2 34 4A
Octal 232 275 337 37 17 0 15 322 64 112
Binary 10011010 10111101 11011111 11111 1111 0 1101 11010010 110100 1001010

Color Harmonies of #9ABDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDDF

Black with #9ABDDF

Text Example


Text Example

White with #9ABDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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