Html Css Color HEX #85DDCE Riptide

📋 copy color: '#85DDCE'

red 133 ◦ green 221 ◦ blue 206

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

Shades of Riptide #85DDCE

Tints of Riptide #85DDCE

RGB

 RED value IS 133 (52.34% from 255) = 23.75%

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

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

R = 23.75%
G = 39.46%
B = 36.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#85DDCE (or 0x85DDCE) is known color: Riptide. HEX triplet: 85, DD and CE. RGB value is (133,221,206). Sum of RGB (Red+Green+Blue) = 133+221+206=560 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.75% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDCE is #7A2231. Grayscale: #C0C0C0. Windows color (decimal): -8004146 or 13557125. OLE color: 13557125.

HSL color Cylindrical-coordinate representation of color #85DDCE: hue angle of 169.77º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDCE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 221 206 -
CMYK 0.40 0 0.07 0.13
HSL 169.77º 0.56% 0.69% -
HSV(B) 169.77º 0.4% 0.87% -
XYZ 46.67 61.16 67.74 -
YUV 192.98 135.35 85.22 -
System Red Green Blue C M Y K H S L
Decimal 133 221 206 0.40 0 0.07 0.13 169.77 0.56 0.69
Hex 85 DD CE 28 0 7 D AA 38 45
Octal 205 335 316 50 0 7 15 252 70 105
Binary 10000101 11011101 11001110 101000 0 111 1101 10101010 111000 1000101

Color Harmonies of #85DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDCE

Black with #85DDCE

Text Example


Text Example

White with #85DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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