Html Css Color HEX #85DCC8 Riptide

📋 copy color: '#85DCC8'

red 133 ◦ green 220 ◦ blue 200

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

Shades of Riptide #85DCC8

Tints of Riptide #85DCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.17%

R = 24.05%
G = 39.78%
B = 36.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#85DCC8 (or 0x85DCC8) is known color: Riptide. HEX triplet: 85, DC and C8. RGB value is (133,220,200). Sum of RGB (Red+Green+Blue) = 133+220+200=553 (73% of max value = 765). Red value is 133 (52.34% from 255 or 24.05% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCC8 is #7A2337. Grayscale: #BFBFBF. Windows color (decimal): -8004408 or 13163653. OLE color: 13163653.

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

Color convert

RGB 133 220 200 -
CMYK 0.40 0 0.09 0.14
HSL 166.21º 0.55% 0.69% -
HSV(B) 166.21º 0.4% 0.86% -
XYZ 45.69 60.34 63.88 -
YUV 191.71 132.68 86.13 -
System Red Green Blue C M Y K H S L
Decimal 133 220 200 0.40 0 0.09 0.14 166.21 0.55 0.69
Hex 85 DC C8 28 0 9 E A6 37 45
Octal 205 334 310 50 0 11 16 246 67 105
Binary 10000101 11011100 11001000 101000 0 1001 1110 10100110 110111 1000101

Color Harmonies of #85DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DCC8

Black with #85DCC8

Text Example


Text Example

White with #85DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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