Html Css Color HEX #97E6DE Sinbad

📋 copy color: '#97E6DE'

red 151 ◦ green 230 ◦ blue 222

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

Shades of Sinbad #97E6DE

Tints of Sinbad #97E6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.82%

R = 25.04%
G = 38.14%
B = 36.82%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#97E6DE (or 0x97E6DE) is known color: Sinbad. HEX triplet: 97, E6 and DE. RGB value is (151,230,222). Sum of RGB (Red+Green+Blue) = 151+230+222=603 (79% of max value = 765). Red value is 151 (59.38% from 255 or 25.04% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #97E6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #97E6DE is #681921. Grayscale: #CDCDCD. Windows color (decimal): -6822178 or 14608023. OLE color: 14608023.

HSL color Cylindrical-coordinate representation of color #97E6DE: hue angle of 173.92º 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 #97E6DE is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 230 222 -
CMYK 0.34 0 0.03 0.10
HSL 173.92º 0.61% 0.75% -
HSV(B) 173.92º 0.34% 0.9% -
XYZ 54.24 68.45 79.46 -
YUV 205.47 137.33 89.15 -
System Red Green Blue C M Y K H S L
Decimal 151 230 222 0.34 0 0.03 0.10 173.92 0.61 0.75
Hex 97 E6 DE 22 0 3 A AE 3D 4B
Octal 227 346 336 42 0 3 12 256 75 113
Binary 10010111 11100110 11011110 100010 0 11 1010 10101110 111101 1001011

Color Harmonies of #97E6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E6DE

Black with #97E6DE

Text Example


Text Example

White with #97E6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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