#9ABDFA

Color #9ABDFA Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #9ABDFA

Tints of Pale Cornflower Blue #9ABDFA

Color information

#9ABDFA (or 0x9ABDFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, BD and FA. RGB value is (154,189,250). Sum of RGB (Red+Green+Blue) = 154+189+250=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ABDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABDFA is #654205. Grayscale: #B9B9B9. Windows color (decimal): -6636038 or 16432538. OLE color: 16432538.

HSL color Cylindrical-coordinate representation of color #9ABDFA: hue angle of 218.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ABDFA is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154189250-
CMYK0.380.2400.02
HSL218.12º90.57%79.22%-
HSV(B)218.12º38.4%98.04%-
XYZ48.7850.1797.55-
YUV185.49164.4105.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.97%
GREEN value IS 189 (74.22% from 255) = 31.87%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=25.97%
G=31.87%
B=42.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541892500.380.2400.02218.1290.5779.22
Hex9ABDFA261802da5b4f
Octal232275372463002332133117
Binary100110101011110111111010100110110000101101101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ABDFA;
 }
 .AnyTagClassName
 {
   color: #9ABDFA;
 }
</style>
background-color css

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

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

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

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

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

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