Html Css Color HEX #85EADF Riptide

📋 copy color: '#85EADF'

red 133 ◦ green 234 ◦ blue 223

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

Shades of Riptide #85EADF

Tints of Riptide #85EADF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.66%

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 22.54%
G = 39.66%
B = 37.8%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#85EADF (or 0x85EADF) is known color: Riptide. HEX triplet: 85, EA and DF. RGB value is (133,234,223). Sum of RGB (Red+Green+Blue) = 133+234+223=590 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.54% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #85EADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85EADF is #7A1520. Grayscale: #CACACA. Windows color (decimal): -8000801 or 14674565. OLE color: 14674565.

HSL color Cylindrical-coordinate representation of color #85EADF: hue angle of 173.47º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85EADF is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 234 223 -
CMYK 0.43 0 0.05 0.08
HSL 173.47º 0.71% 0.72% -
HSV(B) 173.47º 0.43% 0.92% -
XYZ 52.41 69.16 80.4 -
YUV 202.55 139.54 78.39 -
System Red Green Blue C M Y K H S L
Decimal 133 234 223 0.43 0 0.05 0.08 173.47 0.71 0.72
Hex 85 EA DF 2B 0 5 8 AD 47 48
Octal 205 352 337 53 0 5 10 255 107 110
Binary 10000101 11101010 11011111 101011 0 101 1000 10101101 1000111 1001000

Color Harmonies of #85EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EADF

Black with #85EADF

Text Example


Text Example

White with #85EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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