#98BDFB

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

Shades of Pale Cornflower Blue #98BDFB

Tints of Pale Cornflower Blue #98BDFB

Color information

#98BDFB (or 0x98BDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: 98, BD and FB. RGB value is (152,189,251). Sum of RGB (Red+Green+Blue) = 152+189+251=592 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.68% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #98BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BDFB is #674204. Grayscale: #B8B8B8. Windows color (decimal): -6767109 or 16498072. OLE color: 16498072.

HSL color Cylindrical-coordinate representation of color #98BDFB: hue angle of 217.58º degrees, saturation: 0.93, 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 #98BDFB is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB152189251-
CMYK0.390.2500.02
HSL217.58º92.52%79.02%-
HSV(B)217.58º39.44%98.43%-
XYZ48.5650.0498.37-
YUV185165.24104.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.68%
GREEN value IS 189 (74.22% from 255) = 31.93%
BLUE value IS 251 (98.44% from 255) = 42.40%
R=25.68%
G=31.93%
B=42.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521892510.390.2500.02217.5892.5279.02
Hex98BDFB271902da5d4f
Octal230275373473102332135117
Binary100110001011110111111011100111110010101101101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,189,251); }

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

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

 a { background-color: rgb(152,189,251); }

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

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

 span { border-color: rgb(152,189,251); }

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