Html Css Color HEX #96DECC Riptide

📋 copy color: '#96DECC'

red 150 ◦ green 222 ◦ blue 204

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

Shades of Riptide #96DECC

Tints of Riptide #96DECC

RGB

 RED value IS 150 (58.98% from 255) = 26.04%

 GREEN value IS 222 (87.11% from 255) = 38.54%

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

R = 26.04%
G = 38.54%
B = 35.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#96DECC (or 0x96DECC) is known color: Riptide. HEX triplet: 96, DE and CC. RGB value is (150,222,204). Sum of RGB (Red+Green+Blue) = 150+222+204=576 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.04% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 222 - color contains mainly: green. Hex color #96DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DECC is #692133. Grayscale: #C6C6C6. Windows color (decimal): -6889780 or 13426326. OLE color: 13426326.

HSL color Cylindrical-coordinate representation of color #96DECC: hue angle of 165º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DECC is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 222 204 -
CMYK 0.32 0 0.08 0.13
HSL 165º 0.52% 0.73% -
HSV(B) 165º 0.32% 0.87% -
XYZ 49.6 63.09 66.69 -
YUV 198.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 150 222 204 0.32 0 0.08 0.13 165 0.52 0.73
Hex 96 DE CC 20 0 8 D A5 34 49
Octal 226 336 314 40 0 10 15 245 64 111
Binary 10010110 11011110 11001100 100000 0 1000 1101 10100101 110100 1001001

Color Harmonies of #96DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DECC

Black with #96DECC

Text Example


Text Example

White with #96DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96DECC; }

 p { color: rgb(150,222,204); }

 H1.HeaderClassName
 {
   color: #96DECC;
 }
 .AnyTagClassName
 {
   color: #96DECC;
 }
</style>

background-color css

<style>
 a { background-color: #96DECC; }

 a { background-color: rgb(150,222,204); }

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

border-color css

<style>
 span { border-color: #96DECC; }

 span { border-color: rgb(150,222,204); }

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