Html Css Color HEX #98C9FA Light Sky Blue

📋 copy color: '#98C9FA'

red 152 ◦ green 201 ◦ blue 250

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

Shades of Light Sky Blue #98C9FA

Tints of Light Sky Blue #98C9FA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.33%

 BLUE value IS 250 (98.05% from 255) = 41.46%

R = 25.21%
G = 33.33%
B = 41.46%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#98C9FA (or 0x98C9FA) is known color: Light Sky Blue. HEX triplet: 98, C9 and FA. RGB value is (152,201,250). Sum of RGB (Red+Green+Blue) = 152+201+250=603 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.21% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #98C9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C9FA is #673605. Grayscale: #BFBFBF. Windows color (decimal): -6764038 or 16435608. OLE color: 16435608.

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

Color convert

RGB 152 201 250 -
CMYK 0.39 0.20 0 0.02
HSL 210º 0.91% 0.79% -
HSV(B) 210º 0.39% 0.98% -
XYZ 51.09 55.35 98.43 -
YUV 191.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 152 201 250 0.39 0.20 0 0.02 210 0.91 0.79
Hex 98 C9 FA 27 14 0 2 D2 5B 4F
Octal 230 311 372 47 24 0 2 322 133 117
Binary 10011000 11001001 11111010 100111 10100 0 10 11010010 1011011 1001111

Color Harmonies of #98C9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C9FA

Black with #98C9FA

Text Example


Text Example

White with #98C9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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