Html Css Color HEX #9ADCD2 Sinbad

📋 copy color: '#9ADCD2'

red 154 ◦ green 220 ◦ blue 210

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

Shades of Sinbad #9ADCD2

Tints of Sinbad #9ADCD2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.67%

 BLUE value IS 210 (82.42% from 255) = 35.96%

R = 26.37%
G = 37.67%
B = 35.96%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#9ADCD2 (or 0x9ADCD2) is known color: Sinbad. HEX triplet: 9A, DC and D2. RGB value is (154,220,210). Sum of RGB (Red+Green+Blue) = 154+220+210=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCD2 is #65232D. Grayscale: #C7C7C7. Windows color (decimal): -6628142 or 13819034. OLE color: 13819034.

HSL color Cylindrical-coordinate representation of color #9ADCD2: hue angle of 170.91º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCD2 is Cyan = 0.3, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 210 -
CMYK 0.3 0 0.05 0.14
HSL 170.91º 0.49% 0.73% -
HSV(B) 170.91º 0.3% 0.86% -
XYZ 50.55 62.71 70.41 -
YUV 199.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 154 220 210 0.3 0 0.05 0.14 170.91 0.49 0.73
Hex 9A DC D2 1E 0 5 E AB 31 49
Octal 232 334 322 36 0 5 16 253 61 111
Binary 10011010 11011100 11010010 11110 0 101 1110 10101011 110001 1001001

Color Harmonies of #9ADCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCD2

Black with #9ADCD2

Text Example


Text Example

White with #9ADCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,220,210); }

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

background-color css

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

 a { background-color: rgb(154,220,210); }

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

border-color css

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

 span { border-color: rgb(154,220,210); }

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