Html Css Color HEX #9ADBCD Sinbad

📋 copy color: '#9ADBCD'

red 154 ◦ green 219 ◦ blue 205

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

Shades of Sinbad #9ADBCD

Tints of Sinbad #9ADBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.89%

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

R = 26.64%
G = 37.89%
B = 35.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#9ADBCD (or 0x9ADBCD) is known color: Sinbad. HEX triplet: 9A, DB and CD. RGB value is (154,219,205). Sum of RGB (Red+Green+Blue) = 154+219+205=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBCD is #652432. Grayscale: #C5C5C5. Windows color (decimal): -6628403 or 13491098. OLE color: 13491098.

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

Color convert

RGB 154 219 205 -
CMYK 0.30 0 0.06 0.14
HSL 167.08º 0.47% 0.73% -
HSV(B) 167.08º 0.3% 0.86% -
XYZ 49.68 61.94 67.1 -
YUV 197.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 154 219 205 0.30 0 0.06 0.14 167.08 0.47 0.73
Hex 9A DB CD 1E 0 6 E A7 2F 49
Octal 232 333 315 36 0 6 16 247 57 111
Binary 10011010 11011011 11001101 11110 0 110 1110 10100111 101111 1001001

Color Harmonies of #9ADBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADBCD

Black with #9ADBCD

Text Example


Text Example

White with #9ADBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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