Html Css Color HEX #9AD5CE Sinbad

📋 copy color: '#9AD5CE'

red 154 ◦ green 213 ◦ blue 206

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

Shades of Sinbad #9AD5CE

Tints of Sinbad #9AD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.17%

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

R = 26.88%
G = 37.17%
B = 35.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#9AD5CE (or 0x9AD5CE) is known color: Sinbad. HEX triplet: 9A, D5 and CE. RGB value is (154,213,206). Sum of RGB (Red+Green+Blue) = 154+213+206=573 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.88% from 573); Green value is 213 (83.59% from 255 or 37.17% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AD5CE is #652A31. Grayscale: #C2C2C2. Windows color (decimal): -6629938 or 13555098. OLE color: 13555098.

HSL color Cylindrical-coordinate representation of color #9AD5CE: hue angle of 172.88º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AD5CE is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 213 206 -
CMYK 0.28 0 0.03 0.16
HSL 172.88º 0.41% 0.72% -
HSV(B) 172.88º 0.28% 0.84% -
XYZ 48.26 58.91 67.22 -
YUV 194.56 134.45 99.07 -
System Red Green Blue C M Y K H S L
Decimal 154 213 206 0.28 0 0.03 0.16 172.88 0.41 0.72
Hex 9A D5 CE 1C 0 3 10 AD 29 48
Octal 232 325 316 34 0 3 20 255 51 110
Binary 10011010 11010101 11001110 11100 0 11 10000 10101101 101001 1001000

Color Harmonies of #9AD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD5CE

Black with #9AD5CE

Text Example


Text Example

White with #9AD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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