Html Css Color HEX #96DECB Riptide

📋 copy color: '#96DECB'

red 150 ◦ green 222 ◦ blue 203

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

Shades of Riptide #96DECB

Tints of Riptide #96DECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 26.09%
G = 38.61%
B = 35.3%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#96DECB (or 0x96DECB) is known color: Riptide. HEX triplet: 96, DE and CB. RGB value is (150,222,203). Sum of RGB (Red+Green+Blue) = 150+222+203=575 (76% of max value = 765). Red value is 150 (58.98% from 255 or 26.09% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #96DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96DECB is #692134. Grayscale: #C6C6C6. Windows color (decimal): -6889781 or 13360790. OLE color: 13360790.

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

Color convert

RGB 150 222 203 -
CMYK 0.32 0 0.09 0.13
HSL 164.17º 0.52% 0.73% -
HSV(B) 164.17º 0.32% 0.87% -
XYZ 49.48 63.04 66.06 -
YUV 198.31 130.65 93.54 -
System Red Green Blue C M Y K H S L
Decimal 150 222 203 0.32 0 0.09 0.13 164.17 0.52 0.73
Hex 96 DE CB 20 0 9 D A4 34 49
Octal 226 336 313 40 0 11 15 244 64 111
Binary 10010110 11011110 11001011 100000 0 1001 1101 10100100 110100 1001001

Color Harmonies of #96DECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96DECB

Black with #96DECB

Text Example


Text Example

White with #96DECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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