#9ABDFB

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

Shades of Pale Cornflower Blue #9ABDFB

Tints of Pale Cornflower Blue #9ABDFB

Color information

#9ABDFB (or 0x9ABDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, BD and FB. RGB value is (154,189,251). Sum of RGB (Red+Green+Blue) = 154+189+251=594 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.93% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #9ABDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABDFB is #654204. Grayscale: #B9B9B9. Windows color (decimal): -6636037 or 16498074. OLE color: 16498074.

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

Color convert

RGB154189251-
CMYK0.390.2500.02
HSL218.35º92.38%79.41%-
HSV(B)218.35º38.65%98.43%-
XYZ48.9450.2398.38-
YUV185.6164.9105.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.93%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=25.93%
G=31.82%
B=42.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541892510.390.2500.02218.3592.3879.41
Hex9ABDFB271902da5c4f
Octal232275373473102332134117
Binary100110101011110111111011100111110010101101101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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