Html Css Color HEX #9DDEDA Sinbad

📋 copy color: '#9DDEDA'

red 157 ◦ green 222 ◦ blue 218

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

Shades of Sinbad #9DDEDA

Tints of Sinbad #9DDEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.19%

 BLUE value IS 218 (85.55% from 255) = 36.52%

R = 26.3%
G = 37.19%
B = 36.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#9DDEDA (or 0x9DDEDA) is known color: Sinbad. HEX triplet: 9D, DE and DA. RGB value is (157,222,218). Sum of RGB (Red+Green+Blue) = 157+222+218=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDEDA is #622125. Grayscale: #CACACA. Windows color (decimal): -6431014 or 14343837. OLE color: 14343837.

HSL color Cylindrical-coordinate representation of color #9DDEDA: hue angle of 176.31º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEDA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 222 218 -
CMYK 0.29 0 0.02 0.13
HSL 176.31º 0.5% 0.74% -
HSV(B) 176.31º 0.29% 0.87% -
XYZ 52.68 64.47 76 -
YUV 202.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 157 222 218 0.29 0 0.02 0.13 176.31 0.5 0.74
Hex 9D DE DA 1D 0 2 D B0 32 4A
Octal 235 336 332 35 0 2 15 260 62 112
Binary 10011101 11011110 11011010 11101 0 10 1101 10110000 110010 1001010

Color Harmonies of #9DDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDEDA

Black with #9DDEDA

Text Example


Text Example

White with #9DDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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