#98CCFD

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

Shades of Light Sky Blue #98CCFD

Tints of Light Sky Blue #98CCFD

Color information

#98CCFD (or 0x98CCFD) is unknown color: approx Light Sky Blue. HEX triplet: 98, CC and FD. RGB value is (152,204,253). Sum of RGB (Red+Green+Blue) = 152+204+253=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #98CCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CCFD is #673302. Grayscale: #C1C1C1. Windows color (decimal): -6763267 or 16632984. OLE color: 16632984.

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

Color convert

RGB152204253-
CMYK0.400.1900.01
HSL209.11º96.19%79.41%-
HSV(B)209.11º39.92%99.22%-
XYZ52.2756.95101.17-
YUV194.04161.2798.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.96%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=24.96%
G=33.50%
B=41.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1522042530.400.1900.01209.1196.1979.41
Hex98CCFD281301d1604f
Octal230314375502301321140117
Binary10011000110011001111110110100010011011101000111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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