#9ABDFC

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

Shades of Pale Cornflower Blue #9ABDFC

Tints of Pale Cornflower Blue #9ABDFC

Color information

#9ABDFC (or 0x9ABDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, BD and FC. RGB value is (154,189,252). Sum of RGB (Red+Green+Blue) = 154+189+252=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #9ABDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABDFC is #654203. Grayscale: #B9B9B9. Windows color (decimal): -6636036 or 16563610. OLE color: 16563610.

HSL color Cylindrical-coordinate representation of color #9ABDFC: hue angle of 218.57º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABDFC is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154189252-
CMYK0.390.2500.01
HSL218.57º94.23%79.61%-
HSV(B)218.57º38.89%98.82%-
XYZ49.0950.2999.22-
YUV185.72165.4105.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=25.88%
G=31.76%
B=42.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1541892520.390.2500.01218.5794.2379.61
Hex9ABDFC271901db5e50
Octal232275374473101333136120
Binary10011010101111011111110010011111001011101101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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