Html Css Color HEX #99CAF9 Sail

📋 copy color: '#99CAF9'

red 153 ◦ green 202 ◦ blue 249

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

Shades of Sail #99CAF9

Tints of Sail #99CAF9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.44%

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

R = 25.33%
G = 33.44%
B = 41.23%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#99CAF9 (or 0x99CAF9) is known color: Sail. HEX triplet: 99, CA and F9. RGB value is (153,202,249). Sum of RGB (Red+Green+Blue) = 153+202+249=604 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.33% from 604); Green value is 202 (79.30% from 255 or 33.44% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #99CAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CAF9 is #663506. Grayscale: #C0C0C0. Windows color (decimal): -6698247 or 16370329. OLE color: 16370329.

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

Color convert

RGB 153 202 249 -
CMYK 0.39 0.19 0 0.02
HSL 209.38º 0.89% 0.79% -
HSV(B) 209.38º 0.39% 0.98% -
XYZ 51.36 55.85 97.7 -
YUV 192.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 153 202 249 0.39 0.19 0 0.02 209.38 0.89 0.79
Hex 99 CA F9 27 13 0 2 D1 59 4F
Octal 231 312 371 47 23 0 2 321 131 117
Binary 10011001 11001010 11111001 100111 10011 0 10 11010001 1011001 1001111

Color Harmonies of #99CAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CAF9

Black with #99CAF9

Text Example


Text Example

White with #99CAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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