Html Css Color HEX #99DBD4 Sinbad

📋 copy color: '#99DBD4'

red 153 ◦ green 219 ◦ blue 212

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

Shades of Sinbad #99DBD4

Tints of Sinbad #99DBD4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.5%

 BLUE value IS 212 (83.2% from 255) = 36.3%

R = 26.2%
G = 37.5%
B = 36.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#99DBD4 (or 0x99DBD4) is known color: Sinbad. HEX triplet: 99, DB and D4. RGB value is (153,219,212). Sum of RGB (Red+Green+Blue) = 153+219+212=584 (77% of max value = 765). Red value is 153 (60.16% from 255 or 26.20% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBD4 is #66242B. Grayscale: #C6C6C6. Windows color (decimal): -6693932 or 13949849. OLE color: 13949849.

HSL color Cylindrical-coordinate representation of color #99DBD4: hue angle of 173.64º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DBD4 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 219 212 -
CMYK 0.30 0 0.03 0.14
HSL 173.64º 0.48% 0.73% -
HSV(B) 173.64º 0.3% 0.86% -
XYZ 50.35 62.19 71.64 -
YUV 198.47 135.63 95.57 -
System Red Green Blue C M Y K H S L
Decimal 153 219 212 0.30 0 0.03 0.14 173.64 0.48 0.73
Hex 99 DB D4 1E 0 3 E AE 30 49
Octal 231 333 324 36 0 3 16 256 60 111
Binary 10011001 11011011 11010100 11110 0 11 1110 10101110 110000 1001001

Color Harmonies of #99DBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DBD4

Black with #99DBD4

Text Example


Text Example

White with #99DBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,219,212); }

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

background-color css

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

 a { background-color: rgb(153,219,212); }

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

border-color css

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

 span { border-color: rgb(153,219,212); }

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