Html Css Color HEX #93DBCC Riptide

📋 copy color: '#93DBCC'

red 147 ◦ green 219 ◦ blue 204

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

Shades of Riptide #93DBCC

Tints of Riptide #93DBCC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.42%

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

R = 25.79%
G = 38.42%
B = 35.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#93DBCC (or 0x93DBCC) is known color: Riptide. HEX triplet: 93, DB and CC. RGB value is (147,219,204). Sum of RGB (Red+Green+Blue) = 147+219+204=570 (75% of max value = 765). Red value is 147 (57.81% from 255 or 25.79% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #93DBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93DBCC is #6C2433. Grayscale: #C3C3C3. Windows color (decimal): -7087156 or 13425555. OLE color: 13425555.

HSL color Cylindrical-coordinate representation of color #93DBCC: hue angle of 167.5º degrees, saturation: 0.5, 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 #93DBCC is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 147 219 204 -
CMYK 0.33 0 0.07 0.14
HSL 167.5º 0.5% 0.72% -
HSV(B) 167.5º 0.33% 0.86% -
XYZ 48.26 61.23 66.4 -
YUV 195.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 147 219 204 0.33 0 0.07 0.14 167.5 0.5 0.72
Hex 93 DB CC 21 0 7 E A8 32 48
Octal 223 333 314 41 0 7 16 250 62 110
Binary 10010011 11011011 11001100 100001 0 111 1110 10101000 110010 1001000

Color Harmonies of #93DBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DBCC

Black with #93DBCC

Text Example


Text Example

White with #93DBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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