#98CEFA

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

Shades of Light Sky Blue #98CEFA

Tints of Light Sky Blue #98CEFA

Color information

#98CEFA (or 0x98CEFA) is unknown color: approx Light Sky Blue. HEX triplet: 98, CE and FA. RGB value is (152,206,250). Sum of RGB (Red+Green+Blue) = 152+206+250=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #98CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CEFA is #673105. Grayscale: #C2C2C2. Windows color (decimal): -6762758 or 16436888. OLE color: 16436888.

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

Color convert

RGB152206250-
CMYK0.390.1800.02
HSL206.94º90.74%78.82%-
HSV(B)206.94º39.2%98.04%-
XYZ52.2857.7298.83-
YUV194.87159.1197.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=25%
G=33.88%
B=41.12%

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
Decimal1522062500.390.1800.02206.9490.7478.82
Hex98CEFA271202cf5b4f
Octal230316372472202317133117
Binary100110001100111011111010100111100100101100111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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