#9ABFFD

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

Shades of Pale Cornflower Blue #9ABFFD

Tints of Pale Cornflower Blue #9ABFFD

Color information

#9ABFFD (or 0x9ABFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, BF and FD. RGB value is (154,191,253). Sum of RGB (Red+Green+Blue) = 154+191+253=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ABFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFFD is #654002. Grayscale: #BABABA. Windows color (decimal): -6635523 or 16629658. OLE color: 16629658.

HSL color Cylindrical-coordinate representation of color #9ABFFD: hue angle of 217.58º degrees, saturation: 0.96, 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 #9ABFFD is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154191253-
CMYK0.390.2500.01
HSL217.58º96.12%79.8%-
HSV(B)217.58º39.13%99.22%-
XYZ49.6951.22100.2-
YUV187165.24104.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.75%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=25.75%
G=31.94%
B=42.31%

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
Decimal1541912530.390.2500.01217.5896.1279.8
Hex9ABFFD271901da6050
Octal232277375473101332140120
Binary10011010101111111111110110011111001011101101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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