#98BFFA

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

Shades of Pale Cornflower Blue #98BFFA

Tints of Pale Cornflower Blue #98BFFA

Color information

#98BFFA (or 0x98BFFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 98, BF and FA. RGB value is (152,191,250). Sum of RGB (Red+Green+Blue) = 152+191+250=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #98BFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BFFA is #674005. Grayscale: #B9B9B9. Windows color (decimal): -6766598 or 16433048. OLE color: 16433048.

HSL color Cylindrical-coordinate representation of color #98BFFA: hue angle of 216.12º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98BFFA is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152191250-
CMYK0.390.2400.02
HSL216.12º90.74%78.82%-
HSV(B)216.12º39.2%98.04%-
XYZ48.8450.8497.68-
YUV186.06164.08103.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.63%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=25.63%
G=32.21%
B=42.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521912500.390.2400.02216.1290.7478.82
Hex98BFFA271802d85b4f
Octal230277372473002330133117
Binary100110001011111111111010100111110000101101100010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98BFFA; }

 p { color: rgb(152,191,250); }

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

<style>
 a { background-color: #98BFFA; }

 a { background-color: rgb(152,191,250); }

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

<style>
 span { border-color: #98BFFA; }

 span { border-color: rgb(152,191,250); }

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