Html Css Color HEX #98C4FE Light Sky Blue

📋 copy color: '#98C4FE'

red 152 ◦ green 196 ◦ blue 254

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

Shades of Light Sky Blue #98C4FE

Tints of Light Sky Blue #98C4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.56%

 BLUE value IS 254 (99.61% from 255) = 42.19%

R = 25.25%
G = 32.56%
B = 42.19%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98C4FE (or 0x98C4FE) is known color: Light Sky Blue. HEX triplet: 98, C4 and FE. RGB value is (152,196,254). Sum of RGB (Red+Green+Blue) = 152+196+254=602 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.25% from 602); Green value is 196 (76.95% from 255 or 32.56% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #98C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C4FE is #673B01. Grayscale: #BDBDBD. Windows color (decimal): -6765314 or 16696472. OLE color: 16696472.

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

Color convert

RGB 152 196 254 -
CMYK 0.40 0.23 0 0.00
HSL 214.12º 0.98% 0.8% -
HSV(B) 214.12º 0.4% 1% -
XYZ 50.58 53.31 101.39 -
YUV 189.46 164.42 101.28 -
System Red Green Blue C M Y K H S L
Decimal 152 196 254 0.40 0.23 0 0.00 214.12 0.98 0.8
Hex 98 C4 FE 28 17 0 0 D6 62 50
Octal 230 304 376 50 27 0 0 326 142 120
Binary 10011000 11000100 11111110 101000 10111 0 0 11010110 1100010 1010000

Color Harmonies of #98C4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C4FE

Black with #98C4FE

Text Example


Text Example

White with #98C4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,196,254); }

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

background-color css

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

 a { background-color: rgb(152,196,254); }

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

border-color css

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

 span { border-color: rgb(152,196,254); }

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