#98BFFC

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

Shades of Pale Cornflower Blue #98BFFC

Tints of Pale Cornflower Blue #98BFFC

Color information

#98BFFC (or 0x98BFFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: 98, BF and FC. RGB value is (152,191,252). Sum of RGB (Red+Green+Blue) = 152+191+252=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 191 (75% from 255 or 32.10% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #98BFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BFFC is #674003. Grayscale: #BABABA. Windows color (decimal): -6766596 or 16564120. OLE color: 16564120.

HSL color Cylindrical-coordinate representation of color #98BFFC: hue angle of 216.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98BFFC is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152191252-
CMYK0.400.2400.01
HSL216.6º94.34%79.22%-
HSV(B)216.6º39.68%98.82%-
XYZ49.1550.9799.34-
YUV186.29165.08103.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.55%
GREEN value IS 191 (75% from 255) = 32.10%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=25.55%
G=32.10%
B=42.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521912520.400.2400.01216.694.3479.22
Hex98BFFC281801d95e4f
Octal230277374503001331136117
Binary10011000101111111111110010100011000011101100110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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