Html Css Color HEX #9AD8CB Sinbad

📋 copy color: '#9AD8CB'

red 154 ◦ green 216 ◦ blue 203

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

Shades of Sinbad #9AD8CB

Tints of Sinbad #9AD8CB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.7%

 BLUE value IS 203 (79.69% from 255) = 35.43%

R = 26.88%
G = 37.7%
B = 35.43%

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

#9AD8CB (or 0x9AD8CB) is known color: Sinbad. HEX triplet: 9A, D8 and CB. RGB value is (154,216,203). Sum of RGB (Red+Green+Blue) = 154+216+203=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD8CB is #652734. Grayscale: #C3C3C3. Windows color (decimal): -6629173 or 13359258. OLE color: 13359258.

HSL color Cylindrical-coordinate representation of color #9AD8CB: hue angle of 167.42º degrees, saturation: 0.44, 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 #9AD8CB is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 154 216 203 -
CMYK 0.29 0 0.06 0.15
HSL 167.42º 0.44% 0.73% -
HSV(B) 167.42º 0.29% 0.85% -
XYZ 48.66 60.29 65.57 -
YUV 195.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 154 216 203 0.29 0 0.06 0.15 167.42 0.44 0.73
Hex 9A D8 CB 1D 0 6 F A7 2C 49
Octal 232 330 313 35 0 6 17 247 54 111
Binary 10011010 11011000 11001011 11101 0 110 1111 10100111 101100 1001001

Color Harmonies of #9AD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD8CB

Black with #9AD8CB

Text Example


Text Example

White with #9AD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,216,203); }

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

background-color css

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

 a { background-color: rgb(154,216,203); }

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

border-color css

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

 span { border-color: rgb(154,216,203); }

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