Html Css Color HEX #9FE1DD Sinbad

📋 copy color: '#9FE1DD'

red 159 ◦ green 225 ◦ blue 221

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

Shades of Sinbad #9FE1DD

Tints of Sinbad #9FE1DD

RGB

 RED value IS 159 (62.5% from 255) = 26.28%

 GREEN value IS 225 (88.28% from 255) = 37.19%

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 26.28%
G = 37.19%
B = 36.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#9FE1DD (or 0x9FE1DD) is known color: Sinbad. HEX triplet: 9F, E1 and DD. RGB value is (159,225,221). Sum of RGB (Red+Green+Blue) = 159+225+221=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1DD is #601E22. Grayscale: #CCCCCC. Windows color (decimal): -6299171 or 14541215. OLE color: 14541215.

HSL color Cylindrical-coordinate representation of color #9FE1DD: hue angle of 176.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE1DD is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 221 -
CMYK 0.29 0 0.02 0.12
HSL 176.36º 0.52% 0.75% -
HSV(B) 176.36º 0.29% 0.88% -
XYZ 54.27 66.44 78.37 -
YUV 204.81 137.13 95.33 -
System Red Green Blue C M Y K H S L
Decimal 159 225 221 0.29 0 0.02 0.12 176.36 0.52 0.75
Hex 9F E1 DD 1D 0 2 C B0 34 4B
Octal 237 341 335 35 0 2 14 260 64 113
Binary 10011111 11100001 11011101 11101 0 10 1100 10110000 110100 1001011

Color Harmonies of #9FE1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE1DD

Black with #9FE1DD

Text Example


Text Example

White with #9FE1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,225,221); }

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

background-color css

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

 a { background-color: rgb(159,225,221); }

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

border-color css

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

 span { border-color: rgb(159,225,221); }

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