#98C2FD

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

Shades of Pale Cornflower Blue #98C2FD

Tints of Pale Cornflower Blue #98C2FD

Color information

#98C2FD (or 0x98C2FD) is unknown color: approx Pale Cornflower Blue. HEX triplet: 98, C2 and FD. RGB value is (152,194,253). Sum of RGB (Red+Green+Blue) = 152+194+253=599 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.38% from 599); Green value is 194 (76.17% from 255 or 32.39% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #98C2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C2FD is #673D02. Grayscale: #BBBBBB. Windows color (decimal): -6765827 or 16630424. OLE color: 16630424.

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

Color convert

RGB152194253-
CMYK0.400.2300.01
HSL215.05º96.19%79.41%-
HSV(B)215.05º39.92%99.22%-
XYZ49.9752.35100.4-
YUV188.17164.59102.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.38%
GREEN value IS 194 (76.17% from 255) = 32.39%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=25.38%
G=32.39%
B=42.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521942530.400.2300.01215.0596.1979.41
Hex98C2FD281701d7604f
Octal230302375502701327140117
Binary10011000110000101111110110100010111011101011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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