Html Css Color HEX #9ABFDD Cornflower

📋 copy color: '#9ABFDD'

red 154 ◦ green 191 ◦ blue 221

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

Shades of Cornflower #9ABFDD

Tints of Cornflower #9ABFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 33.75%

 BLUE value IS 221 (86.72% from 255) = 39.05%

R = 27.21%
G = 33.75%
B = 39.05%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ABFDD (or 0x9ABFDD) is known color: Cornflower. HEX triplet: 9A, BF and DD. RGB value is (154,191,221). Sum of RGB (Red+Green+Blue) = 154+191+221=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #9ABFDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFDD is #654022. Grayscale: #B7B7B7. Windows color (decimal): -6635555 or 14532506. OLE color: 14532506.

HSL color Cylindrical-coordinate representation of color #9ABFDD: hue angle of 206.87º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ABFDD is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 191 221 -
CMYK 0.30 0.14 0 0.13
HSL 206.87º 0.5% 0.74% -
HSV(B) 206.87º 0.3% 0.87% -
XYZ 45.01 49.35 75.56 -
YUV 183.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 154 191 221 0.30 0.14 0 0.13 206.87 0.5 0.74
Hex 9A BF DD 1E E 0 D CF 32 4A
Octal 232 277 335 36 16 0 15 317 62 112
Binary 10011010 10111111 11011101 11110 1110 0 1101 11001111 110010 1001010

Color Harmonies of #9ABFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFDD

Black with #9ABFDD

Text Example


Text Example

White with #9ABFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,221); }

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

background-color css

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

 a { background-color: rgb(154,191,221); }

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

border-color css

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

 span { border-color: rgb(154,191,221); }

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