Html Css Color HEX #9ADCCD Sinbad

📋 copy color: '#9ADCCD'

red 154 ◦ green 220 ◦ blue 205

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

Shades of Sinbad #9ADCCD

Tints of Sinbad #9ADCCD

RGB

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

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

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

R = 26.6%
G = 38%
B = 35.41%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#9ADCCD (or 0x9ADCCD) is known color: Sinbad. HEX triplet: 9A, DC and CD. RGB value is (154,220,205). Sum of RGB (Red+Green+Blue) = 154+220+205=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCCD is #652332. Grayscale: #C6C6C6. Windows color (decimal): -6628147 or 13491354. OLE color: 13491354.

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

Color convert

RGB 154 220 205 -
CMYK 0.3 0 0.07 0.14
HSL 166.36º 0.49% 0.73% -
HSV(B) 166.36º 0.3% 0.86% -
XYZ 49.94 62.46 67.18 -
YUV 198.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 154 220 205 0.3 0 0.07 0.14 166.36 0.49 0.73
Hex 9A DC CD 1E 0 7 E A6 31 49
Octal 232 334 315 36 0 7 16 246 61 111
Binary 10011010 11011100 11001101 11110 0 111 1110 10100110 110001 1001001

Color Harmonies of #9ADCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCCD

Black with #9ADCCD

Text Example


Text Example

White with #9ADCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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