Html Css Color HEX #96DECE Riptide

📋 copy color: '#96DECE'

red 150 ◦ green 222 ◦ blue 206

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

Shades of Riptide #96DECE

Tints of Riptide #96DECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 25.95%
G = 38.41%
B = 35.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#96DECE (or 0x96DECE) is known color: Riptide. HEX triplet: 96, DE and CE. RGB value is (150,222,206). Sum of RGB (Red+Green+Blue) = 150+222+206=578 (76% of max value = 765). Red value is 150 (58.98% from 255 or 25.95% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #96DECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DECE is #692131. Grayscale: #C6C6C6. Windows color (decimal): -6889778 or 13557398. OLE color: 13557398.

HSL color Cylindrical-coordinate representation of color #96DECE: hue angle of 166.67º 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 #96DECE is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 222 206 -
CMYK 0.32 0 0.07 0.13
HSL 166.67º 0.52% 0.73% -
HSV(B) 166.67º 0.32% 0.87% -
XYZ 49.84 63.18 67.96 -
YUV 198.65 132.15 93.3 -
System Red Green Blue C M Y K H S L
Decimal 150 222 206 0.32 0 0.07 0.13 166.67 0.52 0.73
Hex 96 DE CE 20 0 7 D A7 34 49
Octal 226 336 316 40 0 7 15 247 64 111
Binary 10010110 11011110 11001110 100000 0 111 1101 10100111 110100 1001001

Color Harmonies of #96DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DECE

Black with #96DECE

Text Example


Text Example

White with #96DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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