#98C6FB

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

Shades of Light Sky Blue #98C6FB

Tints of Light Sky Blue #98C6FB

Color information

#98C6FB (or 0x98C6FB) is unknown color: approx Light Sky Blue. HEX triplet: 98, C6 and FB. RGB value is (152,198,251). Sum of RGB (Red+Green+Blue) = 152+198+251=601 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.29% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #98C6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C6FB is #673904. Grayscale: #BEBEBE. Windows color (decimal): -6764805 or 16500376. OLE color: 16500376.

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

Color convert

RGB152198251-
CMYK0.390.2100.02
HSL212.12º92.52%79.02%-
HSV(B)212.12º39.44%98.43%-
XYZ50.5654.0399.03-
YUV190.29162.26100.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.29%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=25.29%
G=32.95%
B=41.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1521982510.390.2100.02212.1292.5279.02
Hex98C6FB271502d45d4f
Octal230306373472502324135117
Binary100110001100011011111011100111101010101101010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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