Html Css Color HEX #99DAD2 Sinbad

📋 copy color: '#99DAD2'

red 153 ◦ green 218 ◦ blue 210

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

Shades of Sinbad #99DAD2

Tints of Sinbad #99DAD2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.52%

 BLUE value IS 210 (82.42% from 255) = 36.14%

R = 26.33%
G = 37.52%
B = 36.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#99DAD2 (or 0x99DAD2) is known color: Sinbad. HEX triplet: 99, DA and D2. RGB value is (153,218,210). Sum of RGB (Red+Green+Blue) = 153+218+210=581 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.33% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #99DAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DAD2 is #66252D. Grayscale: #C5C5C5. Windows color (decimal): -6694190 or 13818521. OLE color: 13818521.

HSL color Cylindrical-coordinate representation of color #99DAD2: hue angle of 172.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DAD2 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 218 210 -
CMYK 0.30 0 0.04 0.15
HSL 172.62º 0.47% 0.73% -
HSV(B) 172.62º 0.3% 0.85% -
XYZ 49.84 61.57 70.23 -
YUV 197.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 153 218 210 0.30 0 0.04 0.15 172.62 0.47 0.73
Hex 99 DA D2 1E 0 4 F AD 2F 49
Octal 231 332 322 36 0 4 17 255 57 111
Binary 10011001 11011010 11010010 11110 0 100 1111 10101101 101111 1001001

Color Harmonies of #99DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DAD2

Black with #99DAD2

Text Example


Text Example

White with #99DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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