#9ABEFD

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

Shades of Pale Cornflower Blue #9ABEFD

Tints of Pale Cornflower Blue #9ABEFD

Color information

#9ABEFD (or 0x9ABEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, BE and FD. RGB value is (154,190,253). Sum of RGB (Red+Green+Blue) = 154+190+253=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ABEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEFD is #654102. Grayscale: #BABABA. Windows color (decimal): -6635779 or 16629402. OLE color: 16629402.

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

Color convert

RGB154190253-
CMYK0.390.2500.01
HSL218.18º96.12%79.8%-
HSV(B)218.18º39.13%99.22%-
XYZ49.4750.79100.12-
YUV186.42165.57104.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.80%
GREEN value IS 190 (74.61% from 255) = 31.83%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=25.80%
G=31.83%
B=42.38%

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
Decimal1541902530.390.2500.01218.1896.1279.8
Hex9ABEFD271901da6050
Octal232276375473101332140120
Binary10011010101111101111110110011111001011101101011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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