Html Css Color HEX #85DDD4 Riptide

📋 copy color: '#85DDD4'

red 133 ◦ green 221 ◦ blue 212

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

Shades of Riptide #85DDD4

Tints of Riptide #85DDD4

RGB

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

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

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

R = 23.5%
G = 39.05%
B = 37.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#85DDD4 (or 0x85DDD4) is known color: Riptide. HEX triplet: 85, DD and D4. RGB value is (133,221,212). Sum of RGB (Red+Green+Blue) = 133+221+212=566 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.50% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDD4 is #7A222B. Grayscale: #C1C1C1. Windows color (decimal): -8004140 or 13950341. OLE color: 13950341.

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

Color convert

RGB 133 221 212 -
CMYK 0.40 0 0.04 0.13
HSL 173.86º 0.56% 0.69% -
HSV(B) 173.86º 0.4% 0.87% -
XYZ 47.41 61.45 71.65 -
YUV 193.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 133 221 212 0.40 0 0.04 0.13 173.86 0.56 0.69
Hex 85 DD D4 28 0 4 D AE 38 45
Octal 205 335 324 50 0 4 15 256 70 105
Binary 10000101 11011101 11010100 101000 0 100 1101 10101110 111000 1000101

Color Harmonies of #85DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDD4

Black with #85DDD4

Text Example


Text Example

White with #85DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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