Html Css Color HEX #85DFDA Riptide

📋 copy color: '#85DFDA'

red 133 ◦ green 223 ◦ blue 218

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

Shades of Riptide #85DFDA

Tints of Riptide #85DFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.85%

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 23.17%
G = 38.85%
B = 37.98%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#85DFDA (or 0x85DFDA) is known color: Riptide. HEX triplet: 85, DF and DA. RGB value is (133,223,218). Sum of RGB (Red+Green+Blue) = 133+223+218=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #85DFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DFDA is #7A2025. Grayscale: #C3C3C3. Windows color (decimal): -8003622 or 14344069. OLE color: 14344069.

HSL color Cylindrical-coordinate representation of color #85DFDA: hue angle of 176.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DFDA is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 223 218 -
CMYK 0.40 0 0.02 0.13
HSL 176.67º 0.58% 0.7% -
HSV(B) 176.67º 0.4% 0.87% -
XYZ 48.72 62.82 75.89 -
YUV 195.52 140.68 83.41 -
System Red Green Blue C M Y K H S L
Decimal 133 223 218 0.40 0 0.02 0.13 176.67 0.58 0.7
Hex 85 DF DA 28 0 2 D B1 3A 46
Octal 205 337 332 50 0 2 15 261 72 106
Binary 10000101 11011111 11011010 101000 0 10 1101 10110001 111010 1000110

Color Harmonies of #85DFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DFDA

Black with #85DFDA

Text Example


Text Example

White with #85DFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,223,218); }

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

background-color css

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

 a { background-color: rgb(133,223,218); }

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

border-color css

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

 span { border-color: rgb(133,223,218); }

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