Html Css Color HEX #9ADCCE Sinbad

📋 copy color: '#9ADCCE'

red 154 ◦ green 220 ◦ blue 206

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

Shades of Sinbad #9ADCCE

Tints of Sinbad #9ADCCE

RGB

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

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

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

R = 26.55%
G = 37.93%
B = 35.52%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#9ADCCE (or 0x9ADCCE) is known color: Sinbad. HEX triplet: 9A, DC and CE. RGB value is (154,220,206). Sum of RGB (Red+Green+Blue) = 154+220+206=580 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.55% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCCE is #652331. Grayscale: #C6C6C6. Windows color (decimal): -6628146 or 13556890. OLE color: 13556890.

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

Color convert

RGB 154 220 206 -
CMYK 0.3 0 0.06 0.14
HSL 167.27º 0.49% 0.73% -
HSV(B) 167.27º 0.3% 0.86% -
XYZ 50.06 62.51 67.82 -
YUV 198.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 154 220 206 0.3 0 0.06 0.14 167.27 0.49 0.73
Hex 9A DC CE 1E 0 6 E A7 31 49
Octal 232 334 316 36 0 6 16 247 61 111
Binary 10011010 11011100 11001110 11110 0 110 1110 10100111 110001 1001001

Color Harmonies of #9ADCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADCCE

Black with #9ADCCE

Text Example


Text Example

White with #9ADCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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