#9ABFF1

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

Shades of Pale Cornflower Blue #9ABFF1

Tints of Pale Cornflower Blue #9ABFF1

Color information

#9ABFF1 (or 0x9ABFF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, BF and F1. RGB value is (154,191,241). Sum of RGB (Red+Green+Blue) = 154+191+241=586 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.28% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ABFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFF1 is #65400E. Grayscale: #B9B9B9. Windows color (decimal): -6635535 or 15843226. OLE color: 15843226.

HSL color Cylindrical-coordinate representation of color #9ABFF1: hue angle of 214.48º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ABFF1 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB154191241-
CMYK0.360.2100.05
HSL214.48º75.65%77.45%-
HSV(B)214.48º36.1%94.51%-
XYZ47.8350.4890.44-
YUV185.64159.24105.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.28%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=26.28%
G=32.59%
B=41.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1541912410.360.2100.05214.4875.6577.45
Hex9ABFF1241505d64c4d
Octal232277361442505326114115
Binary1001101010111111111100011001001010101011101011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,191,241); }

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

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

 a { background-color: rgb(154,191,241); }

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

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

 span { border-color: rgb(154,191,241); }

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