Html Css Color HEX #9ADACD Sinbad

📋 copy color: '#9ADACD'

red 154 ◦ green 218 ◦ blue 205

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

Shades of Sinbad #9ADACD

Tints of Sinbad #9ADACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.53%

R = 26.69%
G = 37.78%
B = 35.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#9ADACD (or 0x9ADACD) is known color: Sinbad. HEX triplet: 9A, DA and CD. RGB value is (154,218,205). Sum of RGB (Red+Green+Blue) = 154+218+205=577 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.69% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADACD is #652532. Grayscale: #C5C5C5. Windows color (decimal): -6628659 or 13490842. OLE color: 13490842.

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

Color convert

RGB 154 218 205 -
CMYK 0.29 0 0.06 0.15
HSL 167.81º 0.46% 0.73% -
HSV(B) 167.81º 0.29% 0.85% -
XYZ 49.42 61.42 67.01 -
YUV 197.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 154 218 205 0.29 0 0.06 0.15 167.81 0.46 0.73
Hex 9A DA CD 1D 0 6 F A8 2E 49
Octal 232 332 315 35 0 6 17 250 56 111
Binary 10011010 11011010 11001101 11101 0 110 1111 10101000 101110 1001001

Color Harmonies of #9ADACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADACD

Black with #9ADACD

Text Example


Text Example

White with #9ADACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,218,205); }

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

background-color css

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

 a { background-color: rgb(154,218,205); }

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

border-color css

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

 span { border-color: rgb(154,218,205); }

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