Html Css Color HEX #99D1C7 Sinbad

📋 copy color: '#99D1C7'

red 153 ◦ green 209 ◦ blue 199

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

Shades of Sinbad #99D1C7

Tints of Sinbad #99D1C7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.25%

 BLUE value IS 199 (78.13% from 255) = 35.47%

R = 27.27%
G = 37.25%
B = 35.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#99D1C7 (or 0x99D1C7) is known color: Sinbad. HEX triplet: 99, D1 and C7. RGB value is (153,209,199). Sum of RGB (Red+Green+Blue) = 153+209+199=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #99D1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D1C7 is #662E38. Grayscale: #BFBFBF. Windows color (decimal): -6696505 or 13095321. OLE color: 13095321.

HSL color Cylindrical-coordinate representation of color #99D1C7: hue angle of 169.29º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D1C7 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 209 199 -
CMYK 0.27 0 0.05 0.18
HSL 169.29º 0.38% 0.71% -
HSV(B) 169.29º 0.27% 0.82% -
XYZ 46.25 56.5 62.5 -
YUV 191.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 153 209 199 0.27 0 0.05 0.18 169.29 0.38 0.71
Hex 99 D1 C7 1B 0 5 12 A9 26 47
Octal 231 321 307 33 0 5 22 251 46 107
Binary 10011001 11010001 11000111 11011 0 101 10010 10101001 100110 1000111

Color Harmonies of #99D1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D1C7

Black with #99D1C7

Text Example


Text Example

White with #99D1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,209,199); }

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

background-color css

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

 a { background-color: rgb(153,209,199); }

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

border-color css

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

 span { border-color: rgb(153,209,199); }

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