#98C0FD

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

Shades of Pale Cornflower Blue #98C0FD

Tints of Pale Cornflower Blue #98C0FD

Color information

#98C0FD (or 0x98C0FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 98, C0 and FD. RGB value is (152,192,253). Sum of RGB (Red+Green+Blue) = 152+192+253=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #98C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C0FD is #673F02. Grayscale: #BABABA. Windows color (decimal): -6766339 or 16629912. OLE color: 16629912.

HSL color Cylindrical-coordinate representation of color #98C0FD: hue angle of 216.24º degrees, saturation: 0.96, 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 #98C0FD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152192253-
CMYK0.400.2400.01
HSL216.24º96.19%79.41%-
HSV(B)216.24º39.92%99.22%-
XYZ49.5351.47100.25-
YUV186.99165.25103.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.46%
GREEN value IS 192 (75.39% from 255) = 32.16%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=25.46%
G=32.16%
B=42.38%

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
Decimal1521922530.400.2400.01216.2496.1979.41
Hex98C0FD281801d8604f
Octal230300375503001330140117
Binary10011000110000001111110110100011000011101100011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,192,253); }

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

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

 a { background-color: rgb(152,192,253); }

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

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

 span { border-color: rgb(152,192,253); }

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