Html Css Color HEX #99D8CC Sinbad

📋 copy color: '#99D8CC'

red 153 ◦ green 216 ◦ blue 204

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

Shades of Sinbad #99D8CC

Tints of Sinbad #99D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.7%

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 26.7%
G = 37.7%
B = 35.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#99D8CC (or 0x99D8CC) is known color: Sinbad. HEX triplet: 99, D8 and CC. RGB value is (153,216,204). Sum of RGB (Red+Green+Blue) = 153+216+204=573 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.70% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #99D8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D8CC is #662733. Grayscale: #C3C3C3. Windows color (decimal): -6694708 or 13424793. OLE color: 13424793.

HSL color Cylindrical-coordinate representation of color #99D8CC: hue angle of 168.57º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D8CC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 216 204 -
CMYK 0.29 0 0.06 0.15
HSL 168.57º 0.45% 0.72% -
HSV(B) 168.57º 0.29% 0.85% -
XYZ 48.59 60.24 66.19 -
YUV 195.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 153 216 204 0.29 0 0.06 0.15 168.57 0.45 0.72
Hex 99 D8 CC 1D 0 6 F A9 2D 48
Octal 231 330 314 35 0 6 17 251 55 110
Binary 10011001 11011000 11001100 11101 0 110 1111 10101001 101101 1001000

Color Harmonies of #99D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D8CC

Black with #99D8CC

Text Example


Text Example

White with #99D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,216,204); }

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

background-color css

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

 a { background-color: rgb(153,216,204); }

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

border-color css

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

 span { border-color: rgb(153,216,204); }

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