Html Css Color HEX #93DDCE Riptide

📋 copy color: '#93DDCE'

red 147 ◦ green 221 ◦ blue 206

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

Shades of Riptide #93DDCE

Tints of Riptide #93DDCE

RGB

 RED value IS 147 (57.81% from 255) = 25.61%

 GREEN value IS 221 (86.72% from 255) = 38.5%

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

R = 25.61%
G = 38.5%
B = 35.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#93DDCE (or 0x93DDCE) is known color: Riptide. HEX triplet: 93, DD and CE. RGB value is (147,221,206). Sum of RGB (Red+Green+Blue) = 147+221+206=574 (76% of max value = 765). Red value is 147 (57.81% from 255 or 25.61% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 221 - color contains mainly: green. Hex color #93DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DDCE is #6C2231. Grayscale: #C5C5C5. Windows color (decimal): -7086642 or 13557139. OLE color: 13557139.

HSL color Cylindrical-coordinate representation of color #93DDCE: hue angle of 167.84º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DDCE is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 221 206 -
CMYK 0.33 0 0.07 0.13
HSL 167.84º 0.52% 0.72% -
HSV(B) 167.84º 0.33% 0.87% -
XYZ 49.03 62.37 67.85 -
YUV 197.16 132.98 92.22 -
System Red Green Blue C M Y K H S L
Decimal 147 221 206 0.33 0 0.07 0.13 167.84 0.52 0.72
Hex 93 DD CE 21 0 7 D A8 34 48
Octal 223 335 316 41 0 7 15 250 64 110
Binary 10010011 11011101 11001110 100001 0 111 1101 10101000 110100 1001000

Color Harmonies of #93DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DDCE

Black with #93DDCE

Text Example


Text Example

White with #93DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93DDCE; }

 p { color: rgb(147,221,206); }

 H1.HeaderClassName
 {
   color: #93DDCE;
 }
 .AnyTagClassName
 {
   color: #93DDCE;
 }
</style>

background-color css

<style>
 a { background-color: #93DDCE; }

 a { background-color: rgb(147,221,206); }

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

border-color css

<style>
 span { border-color: #93DDCE; }

 span { border-color: rgb(147,221,206); }

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