Html Css Color HEX #9BDACE Sinbad

📋 copy color: '#9BDACE'

red 155 ◦ green 218 ◦ blue 206

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

Shades of Sinbad #9BDACE

Tints of Sinbad #9BDACE

RGB

 RED value IS 155 (60.94% from 255) = 26.77%

 GREEN value IS 218 (85.55% from 255) = 37.65%

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

R = 26.77%
G = 37.65%
B = 35.58%

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

#9BDACE (or 0x9BDACE) is known color: Sinbad. HEX triplet: 9B, DA and CE. RGB value is (155,218,206). Sum of RGB (Red+Green+Blue) = 155+218+206=579 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.77% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDACE is #642531. Grayscale: #C5C5C5. Windows color (decimal): -6563122 or 13556379. OLE color: 13556379.

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

Color convert

RGB 155 218 206 -
CMYK 0.29 0 0.06 0.15
HSL 168.57º 0.46% 0.73% -
HSV(B) 168.57º 0.29% 0.85% -
XYZ 49.73 61.57 67.66 -
YUV 197.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 155 218 206 0.29 0 0.06 0.15 168.57 0.46 0.73
Hex 9B DA CE 1D 0 6 F A9 2E 49
Octal 233 332 316 35 0 6 17 251 56 111
Binary 10011011 11011010 11001110 11101 0 110 1111 10101001 101110 1001001

Color Harmonies of #9BDACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDACE

Black with #9BDACE

Text Example


Text Example

White with #9BDACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,218,206); }

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

background-color css

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

 a { background-color: rgb(155,218,206); }

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

border-color css

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

 span { border-color: rgb(155,218,206); }

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