Html Css Color HEX #99DECC Riptide

📋 copy color: '#99DECC'

red 153 ◦ green 222 ◦ blue 204

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

Shades of Riptide #99DECC

Tints of Riptide #99DECC

RGB

 RED value IS 153 (60.16% from 255) = 26.42%

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

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

R = 26.42%
G = 38.34%
B = 35.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#99DECC (or 0x99DECC) is known color: Riptide. HEX triplet: 99, DE and CC. RGB value is (153,222,204). Sum of RGB (Red+Green+Blue) = 153+222+204=579 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.42% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 222 - color contains mainly: green. Hex color #99DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DECC is #662133. Grayscale: #C7C7C7. Windows color (decimal): -6693172 or 13426329. OLE color: 13426329.

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

Color convert

RGB 153 222 204 -
CMYK 0.31 0 0.08 0.13
HSL 164.35º 0.51% 0.74% -
HSV(B) 164.35º 0.31% 0.87% -
XYZ 50.16 63.37 66.72 -
YUV 199.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 153 222 204 0.31 0 0.08 0.13 164.35 0.51 0.74
Hex 99 DE CC 1F 0 8 D A4 33 4A
Octal 231 336 314 37 0 10 15 244 63 112
Binary 10011001 11011110 11001100 11111 0 1000 1101 10100100 110011 1001010

Color Harmonies of #99DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DECC

Black with #99DECC

Text Example


Text Example

White with #99DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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