#9ABEFB

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

Shades of Pale Cornflower Blue #9ABEFB

Tints of Pale Cornflower Blue #9ABEFB

Color information

#9ABEFB (or 0x9ABEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, BE and FB. RGB value is (154,190,251). Sum of RGB (Red+Green+Blue) = 154+190+251=595 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.88% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #9ABEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEFB is #654104. Grayscale: #B9B9B9. Windows color (decimal): -6635781 or 16498330. OLE color: 16498330.

HSL color Cylindrical-coordinate representation of color #9ABEFB: hue angle of 217.73º 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 #9ABEFB is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154190251-
CMYK0.390.2400.02
HSL217.73º92.38%79.41%-
HSV(B)217.73º38.65%98.43%-
XYZ49.1550.6698.45-
YUV186.19164.57105.04-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.88%
GREEN value IS 190 (74.61% from 255) = 31.93%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=25.88%
G=31.93%
B=42.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541902510.390.2400.02217.7392.3879.41
Hex9ABEFB271802da5c4f
Octal232276373473002332134117
Binary100110101011111011111011100111110000101101101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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