Html Css Color HEX #97E6DD Sinbad

📋 copy color: '#97E6DD'

red 151 ◦ green 230 ◦ blue 221

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

Shades of Sinbad #97E6DD

Tints of Sinbad #97E6DD

RGB

 RED value IS 151 (59.38% from 255) = 25.08%

 GREEN value IS 230 (90.23% from 255) = 38.21%

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

R = 25.08%
G = 38.21%
B = 36.71%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#97E6DD (or 0x97E6DD) is known color: Sinbad. HEX triplet: 97, E6 and DD. RGB value is (151,230,221). Sum of RGB (Red+Green+Blue) = 151+230+221=602 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.08% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #97E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E6DD is #681922. Grayscale: #CDCDCD. Windows color (decimal): -6822179 or 14542487. OLE color: 14542487.

HSL color Cylindrical-coordinate representation of color #97E6DD: hue angle of 173.16º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97E6DD is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 230 221 -
CMYK 0.34 0 0.04 0.10
HSL 173.16º 0.61% 0.75% -
HSV(B) 173.16º 0.34% 0.9% -
XYZ 54.11 68.39 78.76 -
YUV 205.35 136.83 89.23 -
System Red Green Blue C M Y K H S L
Decimal 151 230 221 0.34 0 0.04 0.10 173.16 0.61 0.75
Hex 97 E6 DD 22 0 4 A AD 3D 4B
Octal 227 346 335 42 0 4 12 255 75 113
Binary 10010111 11100110 11011101 100010 0 100 1010 10101101 111101 1001011

Color Harmonies of #97E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E6DD

Black with #97E6DD

Text Example


Text Example

White with #97E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97E6DD; }

 p { color: rgb(151,230,221); }

 H1.HeaderClassName
 {
   color: #97E6DD;
 }
 .AnyTagClassName
 {
   color: #97E6DD;
 }
</style>

background-color css

<style>
 a { background-color: #97E6DD; }

 a { background-color: rgb(151,230,221); }

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

border-color css

<style>
 span { border-color: #97E6DD; }

 span { border-color: rgb(151,230,221); }

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