#9ABFF8

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

Shades of Pale Cornflower Blue #9ABFF8

Tints of Pale Cornflower Blue #9ABFF8

Color information

#9ABFF8 (or 0x9ABFF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, BF and F8. RGB value is (154,191,248). Sum of RGB (Red+Green+Blue) = 154+191+248=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #9ABFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFF8 is #654007. Grayscale: #BABABA. Windows color (decimal): -6635528 or 16301978. OLE color: 16301978.

HSL color Cylindrical-coordinate representation of color #9ABFF8: hue angle of 216.38º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ABFF8 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB154191248-
CMYK0.380.2300.03
HSL216.38º87.04%78.82%-
HSV(B)216.38º37.9%97.25%-
XYZ48.950.9196.06-
YUV186.43162.74104.87-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.97%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 248 (97.27% from 255) = 41.82%
R=25.97%
G=32.21%
B=41.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1541912480.380.2300.03216.3887.0478.82
Hex9ABFF8261703d8574f
Octal232277370462703330127117
Binary100110101011111111111000100110101110111101100010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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