#85DCCC

Color #85DCCC Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #85DCCC

Tints of Riptide #85DCCC

Color information

#85DCCC (or 0x85DCCC) is unknown color: approx Riptide. HEX triplet: 85, DC and CC. RGB value is (133,220,204). Sum of RGB (Red+Green+Blue) = 133+220+204=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCCC is #7A2333. Grayscale: #C0C0C0. Windows color (decimal): -8004404 or 13425797. OLE color: 13425797.

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

Color convert

RGB133220204-
CMYK0.4000.070.14
HSL168.97º55.41%69.22%-
HSV(B)168.97º39.55%86.27%-
XYZ46.1760.5366.38-
YUV192.16134.6885.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.88%
GREEN value IS 220 (86.33% from 255) = 39.50%
BLUE value IS 204 (80.08% from 255) = 36.62%
R=23.88%
G=39.50%
B=36.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332202040.4000.070.14168.9755.4169.22
Hex85DCCC2807Ea93745
Octal20533431450071625167105
Binary10000101110111001100110010100001111110101010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,220,204); }

 H1.HeaderClassName
 {
   color: #85DCCC;
 }
 .AnyTagClassName
 {
   color: #85DCCC;
 }
</style>
background-color css

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

 a { background-color: rgb(133,220,204); }

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

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

 span { border-color: rgb(133,220,204); }

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