#98CDFA

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

Shades of Light Sky Blue #98CDFA

Tints of Light Sky Blue #98CDFA

Color information

#98CDFA (or 0x98CDFA) is unknown color: approx Light Sky Blue. HEX triplet: 98, CD and FA. RGB value is (152,205,250). Sum of RGB (Red+Green+Blue) = 152+205+250=607 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.04% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #98CDFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDFA is #673205. Grayscale: #C2C2C2. Windows color (decimal): -6763014 or 16436632. OLE color: 16436632.

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

Color convert

RGB152205250-
CMYK0.390.1800.02
HSL207.55º90.74%78.82%-
HSV(B)207.55º39.2%98.04%-
XYZ52.0457.2498.75-
YUV194.28159.4497.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.04%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=25.04%
G=33.77%
B=41.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1522052500.390.1800.02207.5590.7478.82
Hex98CDFA271202d05b4f
Octal230315372472202320133117
Binary100110001100110111111010100111100100101101000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,205,250); }

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

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

 a { background-color: rgb(152,205,250); }

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

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

 span { border-color: rgb(152,205,250); }

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