Html Css Color HEX #85EAEA Electric Blue

📋 copy color: '#85EAEA'

red 133 ◦ green 234 ◦ blue 234

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

Shades of Electric Blue #85EAEA

Tints of Electric Blue #85EAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 22.13%
G = 38.94%
B = 38.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#85EAEA (or 0x85EAEA) is known color: Electric Blue. HEX triplet: 85, EA and EA. RGB value is (133,234,234). Sum of RGB (Red+Green+Blue) = 133+234+234=601 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.13% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #85EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EAEA is #7A1515. Grayscale: #CBCBCB. Windows color (decimal): -8000790 or 15395461. OLE color: 15395461.

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

Color convert

RGB 133 234 234 -
CMYK 0.43 0 0 0.08
HSL 180º 0.71% 0.72% -
HSV(B) 180º 0.43% 0.92% -
XYZ 53.95 69.77 88.47 -
YUV 203.8 145.04 77.5 -
System Red Green Blue C M Y K H S L
Decimal 133 234 234 0.43 0 0 0.08 180 0.71 0.72
Hex 85 EA EA 2B 0 0 8 B4 47 48
Octal 205 352 352 53 0 0 10 264 107 110
Binary 10000101 11101010 11101010 101011 0 0 1000 10110100 1000111 1001000

Color Harmonies of #85EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EAEA

Black with #85EAEA

Text Example


Text Example

White with #85EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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