Html Css Color HEX #85D9CF Riptide

📋 copy color: '#85D9CF'

red 133 ◦ green 217 ◦ blue 207

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

Shades of Riptide #85D9CF

Tints of Riptide #85D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.96%

 BLUE value IS 207 (81.25% from 255) = 37.16%

R = 23.88%
G = 38.96%
B = 37.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#85D9CF (or 0x85D9CF) is known color: Riptide. HEX triplet: 85, D9 and CF. RGB value is (133,217,207). Sum of RGB (Red+Green+Blue) = 133+217+207=557 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.88% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #85D9CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D9CF is #7A2630. Grayscale: #BEBEBE. Windows color (decimal): -8005169 or 13621637. OLE color: 13621637.

HSL color Cylindrical-coordinate representation of color #85D9CF: hue angle of 172.86º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85D9CF is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 217 207 -
CMYK 0.39 0 0.05 0.15
HSL 172.86º 0.53% 0.69% -
HSV(B) 172.86º 0.39% 0.85% -
XYZ 45.75 59.12 68.03 -
YUV 190.74 137.17 86.81 -
System Red Green Blue C M Y K H S L
Decimal 133 217 207 0.39 0 0.05 0.15 172.86 0.53 0.69
Hex 85 D9 CF 27 0 5 F AD 34 45
Octal 205 331 317 47 0 5 17 255 64 105
Binary 10000101 11011001 11001111 100111 0 101 1111 10101101 110100 1000101

Color Harmonies of #85D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D9CF

Black with #85D9CF

Text Example


Text Example

White with #85D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,217,207); }

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

background-color css

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

 a { background-color: rgb(133,217,207); }

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

border-color css

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

 span { border-color: rgb(133,217,207); }

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