Html Css Color HEX #85DCD4 Riptide

📋 copy color: '#85DCD4'

red 133 ◦ green 220 ◦ blue 212

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

Shades of Riptide #85DCD4

Tints of Riptide #85DCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.52%

R = 23.54%
G = 38.94%
B = 37.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#85DCD4 (or 0x85DCD4) is known color: Riptide. HEX triplet: 85, DC and D4. RGB value is (133,220,212). Sum of RGB (Red+Green+Blue) = 133+220+212=565 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.54% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCD4 is #7A232B. Grayscale: #C1C1C1. Windows color (decimal): -8004396 or 13950085. OLE color: 13950085.

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

Color convert

RGB 133 220 212 -
CMYK 0.40 0 0.04 0.14
HSL 174.48º 0.55% 0.69% -
HSV(B) 174.48º 0.4% 0.86% -
XYZ 47.15 60.93 71.56 -
YUV 193.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 133 220 212 0.40 0 0.04 0.14 174.48 0.55 0.69
Hex 85 DC D4 28 0 4 E AE 37 45
Octal 205 334 324 50 0 4 16 256 67 105
Binary 10000101 11011100 11010100 101000 0 100 1110 10101110 110111 1000101

Color Harmonies of #85DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCD4

Black with #85DCD4

Text Example


Text Example

White with #85DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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