Html Css Color HEX #99D0C6 Sinbad

📋 copy color: '#99D0C6'

red 153 ◦ green 208 ◦ blue 198

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

Shades of Sinbad #99D0C6

Tints of Sinbad #99D0C6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.21%

 BLUE value IS 198 (77.73% from 255) = 35.42%

R = 27.37%
G = 37.21%
B = 35.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#99D0C6 (or 0x99D0C6) is known color: Sinbad. HEX triplet: 99, D0 and C6. RGB value is (153,208,198). Sum of RGB (Red+Green+Blue) = 153+208+198=559 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.37% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #99D0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D0C6 is #662F39. Grayscale: #BEBEBE. Windows color (decimal): -6696762 or 13029529. OLE color: 13029529.

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

Color convert

RGB 153 208 198 -
CMYK 0.26 0 0.05 0.18
HSL 169.09º 0.37% 0.71% -
HSV(B) 169.09º 0.26% 0.82% -
XYZ 45.89 55.96 61.81 -
YUV 190.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 153 208 198 0.26 0 0.05 0.18 169.09 0.37 0.71
Hex 99 D0 C6 1A 0 5 12 A9 25 47
Octal 231 320 306 32 0 5 22 251 45 107
Binary 10011001 11010000 11000110 11010 0 101 10010 10101001 100101 1000111

Color Harmonies of #99D0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D0C6

Black with #99D0C6

Text Example


Text Example

White with #99D0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,208,198); }

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

background-color css

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

 a { background-color: rgb(153,208,198); }

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

border-color css

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

 span { border-color: rgb(153,208,198); }

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