#98CAFF

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

Shades of Light Sky Blue #98CAFF

Tints of Light Sky Blue #98CAFF

Color information

#98CAFF (or 0x98CAFF) is unknown color: approx Light Sky Blue. HEX triplet: 98, CA and FF. RGB value is (152,202,255). Sum of RGB (Red+Green+Blue) = 152+202+255=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #98CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CAFF is #673500. Grayscale: #C0C0C0. Windows color (decimal): -6763777 or 16763544. OLE color: 16763544.

HSL color Cylindrical-coordinate representation of color #98CAFF: hue angle of 210.87º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98CAFF is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB152202255-
CMYK0.400.2100
HSL210.87º100%79.8%-
HSV(B)210.87º40.39%100%-
XYZ52.1256.14102.7-
YUV193.09162.9498.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.96%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 255 (100% from 255) = 41.87%
R=24.96%
G=33.17%
B=41.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1522022550.400.2100210.8710079.8
Hex98CAFF281500d36450
Octal230312377502500323144120
Binary10011000110010101111111110100010101001101001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,202,255); }

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

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

 a { background-color: rgb(152,202,255); }

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

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

 span { border-color: rgb(152,202,255); }

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