Html Css Color HEX #99C8F9 Sail

📋 copy color: '#99C8F9'

red 153 ◦ green 200 ◦ blue 249

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

Shades of Sail #99C8F9

Tints of Sail #99C8F9

RGB

 RED value IS 153 (60.16% from 255) = 25.42%

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

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

R = 25.42%
G = 33.22%
B = 41.36%

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

#99C8F9 (or 0x99C8F9) is known color: Sail. HEX triplet: 99, C8 and F9. RGB value is (153,200,249). Sum of RGB (Red+Green+Blue) = 153+200+249=602 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.42% from 602); Green value is 200 (78.52% from 255 or 33.22% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #99C8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C8F9 is #663706. Grayscale: #BFBFBF. Windows color (decimal): -6698759 or 16369817. OLE color: 16369817.

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

Color convert

RGB 153 200 249 -
CMYK 0.39 0.20 0 0.02
HSL 210.63º 0.89% 0.79% -
HSV(B) 210.63º 0.39% 0.98% -
XYZ 50.89 54.92 97.54 -
YUV 191.53 160.43 100.52 -
System Red Green Blue C M Y K H S L
Decimal 153 200 249 0.39 0.20 0 0.02 210.63 0.89 0.79
Hex 99 C8 F9 27 14 0 2 D3 59 4F
Octal 231 310 371 47 24 0 2 323 131 117
Binary 10011001 11001000 11111001 100111 10100 0 10 11010011 1011001 1001111

Color Harmonies of #99C8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C8F9

Black with #99C8F9

Text Example


Text Example

White with #99C8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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