#9ABEFE

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

Shades of Pale Cornflower Blue #9ABEFE

Tints of Pale Cornflower Blue #9ABEFE

Color information

#9ABEFE (or 0x9ABEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, BE and FE. RGB value is (154,190,254). Sum of RGB (Red+Green+Blue) = 154+190+254=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ABEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABEFE is #654101. Grayscale: #BABABA. Windows color (decimal): -6635778 or 16694938. OLE color: 16694938.

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

Color convert

RGB154190254-
CMYK0.390.2500.00
HSL218.4º98.04%80%-
HSV(B)218.4º39.37%99.61%-
XYZ49.6350.85100.97-
YUV186.53166.07104.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.75%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=25.75%
G=31.77%
B=42.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1541902540.390.2500.00218.498.0480
Hex9ABEFE271900da6250
Octal232276376473100332142120
Binary10011010101111101111111010011111001001101101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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