Html Css Color HEX #85DDCA Riptide

📋 copy color: '#85DDCA'

red 133 ◦ green 221 ◦ blue 202

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

Shades of Riptide #85DDCA

Tints of Riptide #85DDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.33%

R = 23.92%
G = 39.75%
B = 36.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#85DDCA (or 0x85DDCA) is known color: Riptide. HEX triplet: 85, DD and CA. RGB value is (133,221,202). Sum of RGB (Red+Green+Blue) = 133+221+202=556 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.92% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDCA is #7A2235. Grayscale: #C0C0C0. Windows color (decimal): -8004150 or 13294981. OLE color: 13294981.

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

Color convert

RGB 133 221 202 -
CMYK 0.40 0 0.09 0.13
HSL 167.05º 0.56% 0.69% -
HSV(B) 167.05º 0.4% 0.87% -
XYZ 46.19 60.96 65.21 -
YUV 192.52 133.35 85.54 -
System Red Green Blue C M Y K H S L
Decimal 133 221 202 0.40 0 0.09 0.13 167.05 0.56 0.69
Hex 85 DD CA 28 0 9 D A7 38 45
Octal 205 335 312 50 0 11 15 247 70 105
Binary 10000101 11011101 11001010 101000 0 1001 1101 10100111 111000 1000101

Color Harmonies of #85DDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DDCA

Black with #85DDCA

Text Example


Text Example

White with #85DDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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