Html Css Color HEX #98C8F9 Sail

📋 copy color: '#98C8F9'

red 152 ◦ green 200 ◦ blue 249

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

Shades of Sail #98C8F9

Tints of Sail #98C8F9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.28%

 BLUE value IS 249 (97.66% from 255) = 41.43%

R = 25.29%
G = 33.28%
B = 41.43%

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

#98C8F9 (or 0x98C8F9) is known color: Sail. HEX triplet: 98, C8 and F9. RGB value is (152,200,249). Sum of RGB (Red+Green+Blue) = 152+200+249=601 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.29% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #98C8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98C8F9 is #673706. Grayscale: #BEBEBE. Windows color (decimal): -6764295 or 16369816. OLE color: 16369816.

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

Color convert

RGB 152 200 249 -
CMYK 0.39 0.20 0 0.02
HSL 210.31º 0.89% 0.79% -
HSV(B) 210.31º 0.39% 0.98% -
XYZ 50.7 54.82 97.53 -
YUV 191.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 152 200 249 0.39 0.20 0 0.02 210.31 0.89 0.79
Hex 98 C8 F9 27 14 0 2 D2 59 4F
Octal 230 310 371 47 24 0 2 322 131 117
Binary 10011000 11001000 11111001 100111 10100 0 10 11010010 1011001 1001111

Color Harmonies of #98C8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C8F9

Black with #98C8F9

Text Example


Text Example

White with #98C8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,200,249); }

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

background-color css

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

 a { background-color: rgb(152,200,249); }

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

border-color css

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

 span { border-color: rgb(152,200,249); }

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