Html Css Color HEX #85DBCB Riptide

📋 copy color: '#85DBCB'

red 133 ◦ green 219 ◦ blue 203

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

Shades of Riptide #85DBCB

Tints of Riptide #85DBCB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.46%

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 23.96%
G = 39.46%
B = 36.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#85DBCB (or 0x85DBCB) is known color: Riptide. HEX triplet: 85, DB and CB. RGB value is (133,219,203). Sum of RGB (Red+Green+Blue) = 133+219+203=555 (73% of max value = 765). Red value is 133 (52.34% from 255 or 23.96% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #85DBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DBCB is #7A2434. Grayscale: #BFBFBF. Windows color (decimal): -8004661 or 13360005. OLE color: 13360005.

HSL color Cylindrical-coordinate representation of color #85DBCB: hue angle of 168.84º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DBCB is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 219 203 -
CMYK 0.39 0 0.07 0.14
HSL 168.84º 0.54% 0.69% -
HSV(B) 168.84º 0.39% 0.86% -
XYZ 45.78 59.96 65.66 -
YUV 191.46 134.51 86.3 -
System Red Green Blue C M Y K H S L
Decimal 133 219 203 0.39 0 0.07 0.14 168.84 0.54 0.69
Hex 85 DB CB 27 0 7 E A9 36 45
Octal 205 333 313 47 0 7 16 251 66 105
Binary 10000101 11011011 11001011 100111 0 111 1110 10101001 110110 1000101

Color Harmonies of #85DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85DBCB

Black with #85DBCB

Text Example


Text Example

White with #85DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,219,203); }

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

background-color css

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

 a { background-color: rgb(133,219,203); }

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

border-color css

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

 span { border-color: rgb(133,219,203); }

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