Html Css Color HEX #99DBCE Sinbad

📋 copy color: '#99DBCE'

red 153 ◦ green 219 ◦ blue 206

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

Shades of Sinbad #99DBCE

Tints of Sinbad #99DBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 26.47%
G = 37.89%
B = 35.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#99DBCE (or 0x99DBCE) is known color: Sinbad. HEX triplet: 99, DB and CE. RGB value is (153,219,206). Sum of RGB (Red+Green+Blue) = 153+219+206=578 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.47% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #99DBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DBCE is #662431. Grayscale: #C5C5C5. Windows color (decimal): -6693938 or 13556633. OLE color: 13556633.

HSL color Cylindrical-coordinate representation of color #99DBCE: hue angle of 168.18º 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 #99DBCE is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 219 206 -
CMYK 0.30 0 0.06 0.14
HSL 168.18º 0.48% 0.73% -
HSV(B) 168.18º 0.3% 0.86% -
XYZ 49.61 61.89 67.72 -
YUV 197.78 132.63 96.06 -
System Red Green Blue C M Y K H S L
Decimal 153 219 206 0.30 0 0.06 0.14 168.18 0.48 0.73
Hex 99 DB CE 1E 0 6 E A8 30 49
Octal 231 333 316 36 0 6 16 250 60 111
Binary 10011001 11011011 11001110 11110 0 110 1110 10101000 110000 1001001

Color Harmonies of #99DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DBCE

Black with #99DBCE

Text Example


Text Example

White with #99DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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