Html Css Color HEX #9ABFDF Cornflower

📋 copy color: '#9ABFDF'

red 154 ◦ green 191 ◦ blue 223

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

Shades of Cornflower #9ABFDF

Tints of Cornflower #9ABFDF

RGB

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

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

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

R = 27.11%
G = 33.63%
B = 39.26%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9ABFDF (or 0x9ABFDF) is known color: Cornflower. HEX triplet: 9A, BF and DF. RGB value is (154,191,223). Sum of RGB (Red+Green+Blue) = 154+191+223=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #9ABFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFDF is #654020. Grayscale: #B7B7B7. Windows color (decimal): -6635553 or 14663578. OLE color: 14663578.

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

Color convert

RGB 154 191 223 -
CMYK 0.31 0.14 0 0.13
HSL 207.83º 0.52% 0.74% -
HSV(B) 207.83º 0.31% 0.87% -
XYZ 45.28 49.46 76.97 -
YUV 183.59 150.24 106.9 -
System Red Green Blue C M Y K H S L
Decimal 154 191 223 0.31 0.14 0 0.13 207.83 0.52 0.74
Hex 9A BF DF 1F E 0 D D0 34 4A
Octal 232 277 337 37 16 0 15 320 64 112
Binary 10011010 10111111 11011111 11111 1110 0 1101 11010000 110100 1001010

Color Harmonies of #9ABFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFDF

Black with #9ABFDF

Text Example


Text Example

White with #9ABFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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