Html Css Color HEX #98C6FC Light Sky Blue

📋 copy color: '#98C6FC'

red 152 ◦ green 198 ◦ blue 252

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

Shades of Light Sky Blue #98C6FC

Tints of Light Sky Blue #98C6FC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.89%

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 25.25%
G = 32.89%
B = 41.86%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98C6FC (or 0x98C6FC) is known color: Light Sky Blue. HEX triplet: 98, C6 and FC. RGB value is (152,198,252). Sum of RGB (Red+Green+Blue) = 152+198+252=602 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.25% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #98C6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C6FC is #673903. Grayscale: #BEBEBE. Windows color (decimal): -6764804 or 16565912. OLE color: 16565912.

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

Color convert

RGB 152 198 252 -
CMYK 0.40 0.21 0 0.01
HSL 212.4º 0.94% 0.79% -
HSV(B) 212.4º 0.4% 0.99% -
XYZ 50.71 54.09 99.86 -
YUV 190.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 152 198 252 0.40 0.21 0 0.01 212.4 0.94 0.79
Hex 98 C6 FC 28 15 0 1 D4 5E 4F
Octal 230 306 374 50 25 0 1 324 136 117
Binary 10011000 11000110 11111100 101000 10101 0 1 11010100 1011110 1001111

Color Harmonies of #98C6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C6FC

Black with #98C6FC

Text Example


Text Example

White with #98C6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,198,252); }

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

background-color css

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

 a { background-color: rgb(152,198,252); }

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

border-color css

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

 span { border-color: rgb(152,198,252); }

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