Html Css Color HEX #99C8FA Sail

📋 copy color: '#99C8FA'

red 153 ◦ green 200 ◦ blue 250

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

Shades of Sail #99C8FA

Tints of Sail #99C8FA

RGB

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

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

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

R = 25.37%
G = 33.17%
B = 41.46%

CMYK

 C value IS 0.39

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99C8FA (or 0x99C8FA) is known color: Sail. HEX triplet: 99, C8 and FA. RGB value is (153,200,250). Sum of RGB (Red+Green+Blue) = 153+200+250=603 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.37% from 603); Green value is 200 (78.52% from 255 or 33.17% 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 #99C8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99C8FA is #663705. Grayscale: #BFBFBF. Windows color (decimal): -6698758 or 16435353. OLE color: 16435353.

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

Color convert

RGB 153 200 250 -
CMYK 0.39 0.2 0 0.02
HSL 210.93º 0.91% 0.79% -
HSV(B) 210.93º 0.39% 0.98% -
XYZ 51.05 54.98 98.36 -
YUV 191.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 153 200 250 0.39 0.2 0 0.02 210.93 0.91 0.79
Hex 99 C8 FA 27 14 0 2 D3 5B 4F
Octal 231 310 372 47 24 0 2 323 133 117
Binary 10011001 11001000 11111010 100111 10100 0 10 11010011 1011011 1001111

Color Harmonies of #99C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C8FA

Black with #99C8FA

Text Example


Text Example

White with #99C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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