Html Css Color HEX #93DCC8 Riptide

📋 copy color: '#93DCC8'

red 147 ◦ green 220 ◦ blue 200

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

Shades of Riptide #93DCC8

Tints of Riptide #93DCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.27%

R = 25.93%
G = 38.8%
B = 35.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#93DCC8 (or 0x93DCC8) is known color: Riptide. HEX triplet: 93, DC and C8. RGB value is (147,220,200). Sum of RGB (Red+Green+Blue) = 147+220+200=567 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.93% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #93DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DCC8 is #6C2337. Grayscale: #C3C3C3. Windows color (decimal): -7086904 or 13163667. OLE color: 13163667.

HSL color Cylindrical-coordinate representation of color #93DCC8: hue angle of 163.56º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DCC8 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 220 200 -
CMYK 0.33 0 0.09 0.14
HSL 163.56º 0.51% 0.72% -
HSV(B) 163.56º 0.33% 0.86% -
XYZ 48.05 61.56 63.99 -
YUV 195.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 147 220 200 0.33 0 0.09 0.14 163.56 0.51 0.72
Hex 93 DC C8 21 0 9 E A4 33 48
Octal 223 334 310 41 0 11 16 244 63 110
Binary 10010011 11011100 11001000 100001 0 1001 1110 10100100 110011 1001000

Color Harmonies of #93DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DCC8

Black with #93DCC8

Text Example


Text Example

White with #93DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,220,200); }

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

background-color css

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

 a { background-color: rgb(147,220,200); }

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

border-color css

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

 span { border-color: rgb(147,220,200); }

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