Html Css Color HEX #85DCC2 Riptide

📋 copy color: '#85DCC2'

red 133 ◦ green 220 ◦ blue 194

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

Shades of Riptide #85DCC2

Tints of Riptide #85DCC2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.22%

 BLUE value IS 194 (76.17% from 255) = 35.47%

R = 24.31%
G = 40.22%
B = 35.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#85DCC2 (or 0x85DCC2) is known color: Riptide. HEX triplet: 85, DC and C2. RGB value is (133,220,194). Sum of RGB (Red+Green+Blue) = 133+220+194=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 194 (76.17% from 255 or 35.47% from 547); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCC2 is #7A233D. Grayscale: #BFBFBF. Windows color (decimal): -8004414 or 12770437. OLE color: 12770437.

HSL color Cylindrical-coordinate representation of color #85DCC2: hue angle of 162.07º 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 #85DCC2 is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 220 194 -
CMYK 0.40 0 0.12 0.14
HSL 162.07º 0.55% 0.69% -
HSV(B) 162.07º 0.4% 0.86% -
XYZ 45 60.07 60.26 -
YUV 191.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 133 220 194 0.40 0 0.12 0.14 162.07 0.55 0.69
Hex 85 DC C2 28 0 C E A2 37 45
Octal 205 334 302 50 0 14 16 242 67 105
Binary 10000101 11011100 11000010 101000 0 1100 1110 10100010 110111 1000101

Color Harmonies of #85DCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCC2

Black with #85DCC2

Text Example


Text Example

White with #85DCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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