Html Css Color HEX #99DCCB Riptide

📋 copy color: '#99DCCB'

red 153 ◦ green 220 ◦ blue 203

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

Shades of Riptide #99DCCB

Tints of Riptide #99DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.19%

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

R = 26.56%
G = 38.19%
B = 35.24%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#99DCCB (or 0x99DCCB) is known color: Riptide. HEX triplet: 99, DC and CB. RGB value is (153,220,203). Sum of RGB (Red+Green+Blue) = 153+220+203=576 (76% of max value = 765). Red value is 153 (60.16% from 255 or 26.56% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #99DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99DCCB is #662334. Grayscale: #C6C6C6. Windows color (decimal): -6693685 or 13360281. OLE color: 13360281.

HSL color Cylindrical-coordinate representation of color #99DCCB: hue angle of 164.78º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99DCCB is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 220 203 -
CMYK 0.30 0 0.08 0.14
HSL 164.78º 0.49% 0.73% -
HSV(B) 164.78º 0.3% 0.86% -
XYZ 49.51 62.27 65.91 -
YUV 198.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 153 220 203 0.30 0 0.08 0.14 164.78 0.49 0.73
Hex 99 DC CB 1E 0 8 E A5 31 49
Octal 231 334 313 36 0 10 16 245 61 111
Binary 10011001 11011100 11001011 11110 0 1000 1110 10100101 110001 1001001

Color Harmonies of #99DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99DCCB

Black with #99DCCB

Text Example


Text Example

White with #99DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,220,203); }

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

background-color css

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

 a { background-color: rgb(153,220,203); }

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

border-color css

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

 span { border-color: rgb(153,220,203); }

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