Html Css Color HEX #99D4CE Sinbad

📋 copy color: '#99D4CE'

red 153 ◦ green 212 ◦ blue 206

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

Shades of Sinbad #99D4CE

Tints of Sinbad #99D4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.13%

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

R = 26.8%
G = 37.13%
B = 36.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#99D4CE (or 0x99D4CE) is known color: Sinbad. HEX triplet: 99, D4 and CE. RGB value is (153,212,206). Sum of RGB (Red+Green+Blue) = 153+212+206=571 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.80% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 212 - color contains mainly: green. Hex color #99D4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99D4CE is #662B31. Grayscale: #C1C1C1. Windows color (decimal): -6695730 or 13554841. OLE color: 13554841.

HSL color Cylindrical-coordinate representation of color #99D4CE: hue angle of 173.9º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99D4CE is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 153 212 206 -
CMYK 0.28 0 0.03 0.17
HSL 173.9º 0.41% 0.72% -
HSV(B) 173.9º 0.28% 0.83% -
XYZ 47.82 58.32 67.13 -
YUV 193.68 134.95 98.99 -
System Red Green Blue C M Y K H S L
Decimal 153 212 206 0.28 0 0.03 0.17 173.9 0.41 0.72
Hex 99 D4 CE 1C 0 3 11 AE 29 48
Octal 231 324 316 34 0 3 21 256 51 110
Binary 10011001 11010100 11001110 11100 0 11 10001 10101110 101001 1001000

Color Harmonies of #99D4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99D4CE

Black with #99D4CE

Text Example


Text Example

White with #99D4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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