#98BDFF

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

Shades of Pale Cornflower Blue #98BDFF

Tints of Pale Cornflower Blue #98BDFF

Color information

#98BDFF (or 0x98BDFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: 98, BD and FF. RGB value is (152,189,255). Sum of RGB (Red+Green+Blue) = 152+189+255=596 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.50% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #98BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98BDFF is #674200. Grayscale: #B9B9B9. Windows color (decimal): -6767105 or 16760216. OLE color: 16760216.

HSL color Cylindrical-coordinate representation of color #98BDFF: hue angle of 218.45º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98BDFF is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152189255-
CMYK0.400.2600
HSL218.45º100%79.8%-
HSV(B)218.45º40.39%100%-
XYZ49.250.29101.72-
YUV185.46167.24104.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.50%
GREEN value IS 189 (74.22% from 255) = 31.71%
BLUE value IS 255 (100% from 255) = 42.79%
R=25.50%
G=31.71%
B=42.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1521892550.400.2600218.4510079.8
Hex98BDFF281A00da6450
Octal230275377503200332144120
Binary10011000101111011111111110100011010001101101011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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