#9ABEFF

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

Shades of Pale Cornflower Blue #9ABEFF

Tints of Pale Cornflower Blue #9ABEFF

Color information

#9ABEFF (or 0x9ABEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, BE and FF. RGB value is (154,190,255). Sum of RGB (Red+Green+Blue) = 154+190+255=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ABEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEFF is #654100. Grayscale: #BABABA. Windows color (decimal): -6635777 or 16760474. OLE color: 16760474.

HSL color Cylindrical-coordinate representation of color #9ABEFF: hue angle of 218.61º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ABEFF is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154190255-
CMYK0.400.2500
HSL218.61º100%80.2%-
HSV(B)218.61º39.61%100%-
XYZ49.7950.92101.81-
YUV186.65166.57104.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.71%
GREEN value IS 190 (74.61% from 255) = 31.72%
BLUE value IS 255 (100% from 255) = 42.57%
R=25.71%
G=31.72%
B=42.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1541902550.400.2500218.6110080.2
Hex9ABEFF281900db6450
Octal232276377503100333144120
Binary10011010101111101111111110100011001001101101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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