Html Css Color HEX #9ADDCE Sinbad

📋 copy color: '#9ADDCE'

red 154 ◦ green 221 ◦ blue 206

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

Shades of Sinbad #9ADDCE

Tints of Sinbad #9ADDCE

RGB

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

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

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

R = 26.51%
G = 38.04%
B = 35.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#9ADDCE (or 0x9ADDCE) is known color: Sinbad. HEX triplet: 9A, DD and CE. RGB value is (154,221,206). Sum of RGB (Red+Green+Blue) = 154+221+206=581 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.51% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADDCE is #652231. Grayscale: #C7C7C7. Windows color (decimal): -6627890 or 13557146. OLE color: 13557146.

HSL color Cylindrical-coordinate representation of color #9ADDCE: hue angle of 166.57º 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 #9ADDCE is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 206 -
CMYK 0.30 0 0.07 0.13
HSL 166.57º 0.5% 0.74% -
HSV(B) 166.57º 0.3% 0.87% -
XYZ 50.32 63.04 67.91 -
YUV 199.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 154 221 206 0.30 0 0.07 0.13 166.57 0.5 0.74
Hex 9A DD CE 1E 0 7 D A7 32 4A
Octal 232 335 316 36 0 7 15 247 62 112
Binary 10011010 11011101 11001110 11110 0 111 1101 10100111 110010 1001010

Color Harmonies of #9ADDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADDCE

Black with #9ADDCE

Text Example


Text Example

White with #9ADDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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