Html Css Color HEX #85EBE6 Electric Blue

📋 copy color: '#85EBE6'

red 133 ◦ green 235 ◦ blue 230

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

Shades of Electric Blue #85EBE6

Tints of Electric Blue #85EBE6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.3%

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 22.24%
G = 39.3%
B = 38.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#85EBE6 (or 0x85EBE6) is known color: Electric Blue. HEX triplet: 85, EB and E6. RGB value is (133,235,230). Sum of RGB (Red+Green+Blue) = 133+235+230=598 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.24% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #85EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EBE6 is #7A1419. Grayscale: #CBCBCB. Windows color (decimal): -8000538 or 15133573. OLE color: 15133573.

HSL color Cylindrical-coordinate representation of color #85EBE6: hue angle of 177.06º degrees, saturation: 0.72, 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 #85EBE6 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 235 230 -
CMYK 0.43 0 0.02 0.08
HSL 177.06º 0.72% 0.72% -
HSV(B) 177.06º 0.43% 0.92% -
XYZ 53.66 70.12 85.57 -
YUV 203.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 133 235 230 0.43 0 0.02 0.08 177.06 0.72 0.72
Hex 85 EB E6 2B 0 2 8 B1 48 48
Octal 205 353 346 53 0 2 10 261 110 110
Binary 10000101 11101011 11100110 101011 0 10 1000 10110001 1001000 1001000

Color Harmonies of #85EBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EBE6

Black with #85EBE6

Text Example


Text Example

White with #85EBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,235,230); }

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

background-color css

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

 a { background-color: rgb(133,235,230); }

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

border-color css

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

 span { border-color: rgb(133,235,230); }

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