Html Css Color HEX #93EACC Riptide

📋 copy color: '#93EACC'

red 147 ◦ green 234 ◦ blue 204

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

Shades of Riptide #93EACC

Tints of Riptide #93EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40%

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

R = 25.13%
G = 40%
B = 34.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#93EACC (or 0x93EACC) is known color: Riptide. HEX triplet: 93, EA and CC. RGB value is (147,234,204). Sum of RGB (Red+Green+Blue) = 147+234+204=585 (77% of max value = 765). Red value is 147 (57.81% from 255 or 25.13% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #93EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EACC is #6C1533. Grayscale: #CCCCCC. Windows color (decimal): -7083316 or 13429395. OLE color: 13429395.

HSL color Cylindrical-coordinate representation of color #93EACC: hue angle of 159.31º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EACC is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 147 234 204 -
CMYK 0.37 0 0.13 0.08
HSL 159.31º 0.67% 0.75% -
HSV(B) 159.31º 0.37% 0.92% -
XYZ 52.35 69.41 67.76 -
YUV 204.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 147 234 204 0.37 0 0.13 0.08 159.31 0.67 0.75
Hex 93 EA CC 25 0 D 8 9F 43 4B
Octal 223 352 314 45 0 15 10 237 103 113
Binary 10010011 11101010 11001100 100101 0 1101 1000 10011111 1000011 1001011

Color Harmonies of #93EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EACC

Black with #93EACC

Text Example


Text Example

White with #93EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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