Html Css Color HEX #98CCFF Light Sky Blue

📋 copy color: '#98CCFF'

red 152 ◦ green 204 ◦ blue 255

#98CCFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #98CCFF

Tints of Light Sky Blue #98CCFF

RGB

 RED value IS 152 (59.77% from 255) = 24.88%

 GREEN value IS 204 (80.08% from 255) = 33.39%

 BLUE value IS 255 (100% from 255) = 41.73%

R = 24.88%
G = 33.39%
B = 41.73%

CMYK

 C value IS 0.40

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#98CCFF (or 0x98CCFF) is known color: Light Sky Blue. HEX triplet: 98, CC and FF. RGB value is (152,204,255). Sum of RGB (Red+Green+Blue) = 152+204+255=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #98CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CCFF is #673300. Grayscale: #C2C2C2. Windows color (decimal): -6763265 or 16764056. OLE color: 16764056.

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

Color convert

RGB 152 204 255 -
CMYK 0.40 0.2 0 0
HSL 209.71º 1% 0.8% -
HSV(B) 209.71º 0.4% 1% -
XYZ 52.59 57.08 102.85 -
YUV 194.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 152 204 255 0.40 0.2 0 0 209.71 1 0.8
Hex 98 CC FF 28 14 0 0 D2 64 50
Octal 230 314 377 50 24 0 0 322 144 120
Binary 10011000 11001100 11111111 101000 10100 0 0 11010010 1100100 1010000

Color Harmonies of #98CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CCFF

Black with #98CCFF

Text Example


Text Example

White with #98CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98CCFF;
 }
 .AnyTagClassName
 {
   color: #98CCFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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