Html Css Color HEX #9ABEDF Cornflower

📋 copy color: '#9ABEDF'

red 154 ◦ green 190 ◦ blue 223

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

Shades of Cornflower #9ABEDF

Tints of Cornflower #9ABEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.51%

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

R = 27.16%
G = 33.51%
B = 39.33%

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

#9ABEDF (or 0x9ABEDF) is known color: Cornflower. HEX triplet: 9A, BE and DF. RGB value is (154,190,223). Sum of RGB (Red+Green+Blue) = 154+190+223=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ABEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABEDF is #654120. Grayscale: #B6B6B6. Windows color (decimal): -6635809 or 14663322. OLE color: 14663322.

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

Color convert

RGB 154 190 223 -
CMYK 0.31 0.15 0 0.13
HSL 208.7º 0.52% 0.74% -
HSV(B) 208.7º 0.31% 0.87% -
XYZ 45.06 49.02 76.9 -
YUV 183 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 154 190 223 0.31 0.15 0 0.13 208.7 0.52 0.74
Hex 9A BE DF 1F F 0 D D1 34 4A
Octal 232 276 337 37 17 0 15 321 64 112
Binary 10011010 10111110 11011111 11111 1111 0 1101 11010001 110100 1001010

Color Harmonies of #9ABEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABEDF

Black with #9ABEDF

Text Example


Text Example

White with #9ABEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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