Html Css Color HEX #99D2CC Sinbad

📋 copy color: '#99D2CC'

red 153 ◦ green 210 ◦ blue 204

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

Shades of Sinbad #99D2CC

Tints of Sinbad #99D2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.04%

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

R = 26.98%
G = 37.04%
B = 35.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#99D2CC (or 0x99D2CC) is known color: Sinbad. HEX triplet: 99, D2 and CC. RGB value is (153,210,204). Sum of RGB (Red+Green+Blue) = 153+210+204=567 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.98% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 210 - color contains mainly: green. Hex color #99D2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D2CC is #662D33. Grayscale: #C0C0C0. Windows color (decimal): -6696244 or 13423257. OLE color: 13423257.

HSL color Cylindrical-coordinate representation of color #99D2CC: hue angle of 173.68º degrees, saturation: 0.39, 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 #99D2CC is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 153 210 204 -
CMYK 0.27 0 0.03 0.18
HSL 173.68º 0.39% 0.71% -
HSV(B) 173.68º 0.27% 0.82% -
XYZ 47.08 57.23 65.69 -
YUV 192.27 134.62 99.99 -
System Red Green Blue C M Y K H S L
Decimal 153 210 204 0.27 0 0.03 0.18 173.68 0.39 0.71
Hex 99 D2 CC 1B 0 3 12 AE 27 47
Octal 231 322 314 33 0 3 22 256 47 107
Binary 10011001 11010010 11001100 11011 0 11 10010 10101110 100111 1000111

Color Harmonies of #99D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D2CC

Black with #99D2CC

Text Example


Text Example

White with #99D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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