#98C9FB

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

Shades of Light Sky Blue #98C9FB

Tints of Light Sky Blue #98C9FB

Color information

#98C9FB (or 0x98C9FB) is unknown color: approx Light Sky Blue. HEX triplet: 98, C9 and FB. RGB value is (152,201,251). Sum of RGB (Red+Green+Blue) = 152+201+251=604 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.17% from 604); Green value is 201 (78.91% from 255 or 33.28% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #98C9FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C9FB is #673604. Grayscale: #BFBFBF. Windows color (decimal): -6764037 or 16501144. OLE color: 16501144.

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

Color convert

RGB152201251-
CMYK0.390.2000.02
HSL210.3º92.52%79.02%-
HSV(B)210.3º39.44%98.43%-
XYZ51.2555.4199.26-
YUV192.05161.2799.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.17%
GREEN value IS 201 (78.91% from 255) = 33.28%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=25.17%
G=33.28%
B=41.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522012510.390.2000.02210.392.5279.02
Hex98C9FB271402d25d4f
Octal230311373472402322135117
Binary100110001100100111111011100111101000101101001010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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