Html Css Color HEX #93DACC Riptide

📋 copy color: '#93DACC'

red 147 ◦ green 218 ◦ blue 204

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

Shades of Riptide #93DACC

Tints of Riptide #93DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.31%

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

R = 25.83%
G = 38.31%
B = 35.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#93DACC (or 0x93DACC) is known color: Riptide. HEX triplet: 93, DA and CC. RGB value is (147,218,204). Sum of RGB (Red+Green+Blue) = 147+218+204=569 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.83% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #93DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DACC is #6C2533. Grayscale: #C3C3C3. Windows color (decimal): -7087412 or 13425299. OLE color: 13425299.

HSL color Cylindrical-coordinate representation of color #93DACC: hue angle of 168.17º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #93DACC is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 218 204 -
CMYK 0.33 0 0.06 0.15
HSL 168.17º 0.49% 0.72% -
HSV(B) 168.17º 0.33% 0.85% -
XYZ 48 60.71 66.31 -
YUV 195.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 147 218 204 0.33 0 0.06 0.15 168.17 0.49 0.72
Hex 93 DA CC 21 0 6 F A8 31 48
Octal 223 332 314 41 0 6 17 250 61 110
Binary 10010011 11011010 11001100 100001 0 110 1111 10101000 110001 1001000

Color Harmonies of #93DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DACC

Black with #93DACC

Text Example


Text Example

White with #93DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,218,204); }

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

background-color css

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

 a { background-color: rgb(147,218,204); }

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

border-color css

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

 span { border-color: rgb(147,218,204); }

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