Html Css Color HEX #9BD2CC Sinbad

📋 copy color: '#9BD2CC'

red 155 ◦ green 210 ◦ blue 204

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

Shades of Sinbad #9BD2CC

Tints of Sinbad #9BD2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.91%

 BLUE value IS 204 (80.08% from 255) = 35.85%

R = 27.24%
G = 36.91%
B = 35.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#9BD2CC (or 0x9BD2CC) is known color: Sinbad. HEX triplet: 9B, D2 and CC. RGB value is (155,210,204). Sum of RGB (Red+Green+Blue) = 155+210+204=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD2CC is #642D33. Grayscale: #C0C0C0. Windows color (decimal): -6565172 or 13423259. OLE color: 13423259.

HSL color Cylindrical-coordinate representation of color #9BD2CC: hue angle of 173.45º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BD2CC is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 210 204 -
CMYK 0.26 0 0.03 0.18
HSL 173.45º 0.38% 0.72% -
HSV(B) 173.45º 0.26% 0.82% -
XYZ 47.46 57.42 65.71 -
YUV 192.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 155 210 204 0.26 0 0.03 0.18 173.45 0.38 0.72
Hex 9B D2 CC 1A 0 3 12 AD 26 48
Octal 233 322 314 32 0 3 22 255 46 110
Binary 10011011 11010010 11001100 11010 0 11 10010 10101101 100110 1001000

Color Harmonies of #9BD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD2CC

Black with #9BD2CC

Text Example


Text Example

White with #9BD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,210,204); }

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

background-color css

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

 a { background-color: rgb(155,210,204); }

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

border-color css

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

 span { border-color: rgb(155,210,204); }

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