Html Css Color HEX #85DCC4 Riptide

📋 copy color: '#85DCC4'

red 133 ◦ green 220 ◦ blue 196

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

Shades of Riptide #85DCC4

Tints of Riptide #85DCC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.7%

R = 24.23%
G = 40.07%
B = 35.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#85DCC4 (or 0x85DCC4) is known color: Riptide. HEX triplet: 85, DC and C4. RGB value is (133,220,196). Sum of RGB (Red+Green+Blue) = 133+220+196=549 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.23% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCC4 is #7A233B. Grayscale: #BFBFBF. Windows color (decimal): -8004412 or 12901509. OLE color: 12901509.

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

Color convert

RGB 133 220 196 -
CMYK 0.40 0 0.11 0.14
HSL 163.45º 0.55% 0.69% -
HSV(B) 163.45º 0.4% 0.86% -
XYZ 45.23 60.16 61.45 -
YUV 191.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 133 220 196 0.40 0 0.11 0.14 163.45 0.55 0.69
Hex 85 DC C4 28 0 B E A3 37 45
Octal 205 334 304 50 0 13 16 243 67 105
Binary 10000101 11011100 11000100 101000 0 1011 1110 10100011 110111 1000101

Color Harmonies of #85DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCC4

Black with #85DCC4

Text Example


Text Example

White with #85DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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