#98C4FC

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

Shades of Light Sky Blue #98C4FC

Tints of Light Sky Blue #98C4FC

Color information

#98C4FC (or 0x98C4FC) is unknown color: approx Light Sky Blue. HEX triplet: 98, C4 and FC. RGB value is (152,196,252). Sum of RGB (Red+Green+Blue) = 152+196+252=600 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.33% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #98C4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C4FC is #673B03. Grayscale: #BCBCBC. Windows color (decimal): -6765316 or 16565400. OLE color: 16565400.

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

Color convert

RGB152196252-
CMYK0.400.2200.01
HSL213.6º94.34%79.22%-
HSV(B)213.6º39.68%98.82%-
XYZ50.2653.1899.71-
YUV189.23163.42101.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.33%
GREEN value IS 196 (76.95% from 255) = 32.67%
BLUE value IS 252 (98.83% from 255) = 42%
R=25.33%
G=32.67%
B=42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521962520.400.2200.01213.694.3479.22
Hex98C4FC281601d65e4f
Octal230304374502601326136117
Binary10011000110001001111110010100010110011101011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,196,252); }

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

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

 a { background-color: rgb(152,196,252); }

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

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

 span { border-color: rgb(152,196,252); }

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