Html Css Color HEX #9ADDD0 Sinbad

📋 copy color: '#9ADDD0'

red 154 ◦ green 221 ◦ blue 208

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

Shades of Sinbad #9ADDD0

Tints of Sinbad #9ADDD0

RGB

 RED value IS 154 (60.55% from 255) = 26.42%

 GREEN value IS 221 (86.72% from 255) = 37.91%

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 26.42%
G = 37.91%
B = 35.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#9ADDD0 (or 0x9ADDD0) is known color: Sinbad. HEX triplet: 9A, DD and D0. RGB value is (154,221,208). Sum of RGB (Red+Green+Blue) = 154+221+208=583 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.42% from 583); Green value is 221 (86.72% from 255 or 37.91% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDD0 is #65222F. Grayscale: #C7C7C7. Windows color (decimal): -6627888 or 13688218. OLE color: 13688218.

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

Color convert

RGB 154 221 208 -
CMYK 0.30 0 0.06 0.13
HSL 168.36º 0.5% 0.74% -
HSV(B) 168.36º 0.3% 0.87% -
XYZ 50.57 63.14 69.2 -
YUV 199.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 154 221 208 0.30 0 0.06 0.13 168.36 0.5 0.74
Hex 9A DD D0 1E 0 6 D A8 32 4A
Octal 232 335 320 36 0 6 15 250 62 112
Binary 10011010 11011101 11010000 11110 0 110 1101 10101000 110010 1001010

Color Harmonies of #9ADDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDD0

Black with #9ADDD0

Text Example


Text Example

White with #9ADDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,208); }

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

background-color css

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

 a { background-color: rgb(154,221,208); }

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

border-color css

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

 span { border-color: rgb(154,221,208); }

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