Html Css Color HEX #9ABDDE Cornflower

📋 copy color: '#9ABDDE'

red 154 ◦ green 189 ◦ blue 222

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

Shades of Cornflower #9ABDDE

Tints of Cornflower #9ABDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.29%

R = 27.26%
G = 33.45%
B = 39.29%

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

#9ABDDE (or 0x9ABDDE) is known color: Cornflower. HEX triplet: 9A, BD and DE. RGB value is (154,189,222). Sum of RGB (Red+Green+Blue) = 154+189+222=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #9ABDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABDDE is #654221. Grayscale: #B6B6B6. Windows color (decimal): -6636066 or 14597530. OLE color: 14597530.

HSL color Cylindrical-coordinate representation of color #9ABDDE: hue angle of 209.12º degrees, saturation: 0.51, 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 #9ABDDE is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 189 222 -
CMYK 0.31 0.15 0 0.13
HSL 209.12º 0.51% 0.74% -
HSV(B) 209.12º 0.31% 0.87% -
XYZ 44.71 48.54 76.12 -
YUV 182.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 154 189 222 0.31 0.15 0 0.13 209.12 0.51 0.74
Hex 9A BD DE 1F F 0 D D1 33 4A
Octal 232 275 336 37 17 0 15 321 63 112
Binary 10011010 10111101 11011110 11111 1111 0 1101 11010001 110011 1001010

Color Harmonies of #9ABDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDDE

Black with #9ABDDE

Text Example


Text Example

White with #9ABDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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