Html Css Color HEX #9DDACE Sinbad

📋 copy color: '#9DDACE'

red 157 ◦ green 218 ◦ blue 206

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

Shades of Sinbad #9DDACE

Tints of Sinbad #9DDACE

RGB

 RED value IS 157 (61.72% from 255) = 27.02%

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

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

R = 27.02%
G = 37.52%
B = 35.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#9DDACE (or 0x9DDACE) is known color: Sinbad. HEX triplet: 9D, DA and CE. RGB value is (157,218,206). Sum of RGB (Red+Green+Blue) = 157+218+206=581 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.02% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDACE is #622531. Grayscale: #C6C6C6. Windows color (decimal): -6432050 or 13556381. OLE color: 13556381.

HSL color Cylindrical-coordinate representation of color #9DDACE: hue angle of 168.2º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDACE is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 218 206 -
CMYK 0.28 0 0.06 0.15
HSL 168.2º 0.45% 0.74% -
HSV(B) 168.2º 0.28% 0.85% -
XYZ 50.12 61.77 67.67 -
YUV 198.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 157 218 206 0.28 0 0.06 0.15 168.2 0.45 0.74
Hex 9D DA CE 1C 0 6 F A8 2D 4A
Octal 235 332 316 34 0 6 17 250 55 112
Binary 10011101 11011010 11001110 11100 0 110 1111 10101000 101101 1001010

Color Harmonies of #9DDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDACE

Black with #9DDACE

Text Example


Text Example

White with #9DDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DDACE; }

 p { color: rgb(157,218,206); }

 H1.HeaderClassName
 {
   color: #9DDACE;
 }
 .AnyTagClassName
 {
   color: #9DDACE;
 }
</style>

background-color css

<style>
 a { background-color: #9DDACE; }

 a { background-color: rgb(157,218,206); }

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

border-color css

<style>
 span { border-color: #9DDACE; }

 span { border-color: rgb(157,218,206); }

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