Html Css Color HEX #99E2DB Sinbad

📋 copy color: '#99E2DB'

red 153 ◦ green 226 ◦ blue 219

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

Shades of Sinbad #99E2DB

Tints of Sinbad #99E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.79%

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 25.59%
G = 37.79%
B = 36.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#99E2DB (or 0x99E2DB) is known color: Sinbad. HEX triplet: 99, E2 and DB. RGB value is (153,226,219). Sum of RGB (Red+Green+Blue) = 153+226+219=598 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.59% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #99E2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99E2DB is #661D24. Grayscale: #CBCBCB. Windows color (decimal): -6692133 or 14410393. OLE color: 14410393.

HSL color Cylindrical-coordinate representation of color #99E2DB: hue angle of 174.25º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E2DB is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 153 226 219 -
CMYK 0.32 0 0.03 0.11
HSL 174.25º 0.56% 0.74% -
HSV(B) 174.25º 0.32% 0.89% -
XYZ 53.12 66.28 77.01 -
YUV 203.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 153 226 219 0.32 0 0.03 0.11 174.25 0.56 0.74
Hex 99 E2 DB 20 0 3 B AE 38 4A
Octal 231 342 333 40 0 3 13 256 70 112
Binary 10011001 11100010 11011011 100000 0 11 1011 10101110 111000 1001010

Color Harmonies of #99E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E2DB

Black with #99E2DB

Text Example


Text Example

White with #99E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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