Html Css Color HEX #99CDF8 Sail

📋 copy color: '#99CDF8'

red 153 ◦ green 205 ◦ blue 248

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

Shades of Sail #99CDF8

Tints of Sail #99CDF8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.83%

 BLUE value IS 248 (97.27% from 255) = 40.92%

R = 25.25%
G = 33.83%
B = 40.92%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#99CDF8 (or 0x99CDF8) is known color: Sail. HEX triplet: 99, CD and F8. RGB value is (153,205,248). Sum of RGB (Red+Green+Blue) = 153+205+248=606 (80% of max value = 765). Red value is 153 (60.16% from 255 or 25.25% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 248 (97.27% from 255 or 40.92% from 606); Max value from RGB is 248 - color contains mainly: blue. Hex color #99CDF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99CDF8 is #663207. Grayscale: #C2C2C2. Windows color (decimal): -6697480 or 16305561. OLE color: 16305561.

HSL color Cylindrical-coordinate representation of color #99CDF8: hue angle of 207.16º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99CDF8 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 153 205 248 -
CMYK 0.38 0.17 0 0.03
HSL 207.16º 0.87% 0.79% -
HSV(B) 207.16º 0.38% 0.97% -
XYZ 51.91 57.21 97.11 -
YUV 194.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 153 205 248 0.38 0.17 0 0.03 207.16 0.87 0.79
Hex 99 CD F8 26 11 0 3 CF 57 4F
Octal 231 315 370 46 21 0 3 317 127 117
Binary 10011001 11001101 11111000 100110 10001 0 11 11001111 1010111 1001111

Color Harmonies of #99CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CDF8

Black with #99CDF8

Text Example


Text Example

White with #99CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,205,248); }

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

background-color css

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

 a { background-color: rgb(153,205,248); }

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

border-color css

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

 span { border-color: rgb(153,205,248); }

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