Html Css Color HEX #85EDFF Electric Blue

📋 copy color: '#85EDFF'

red 133 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #85EDFF

Tints of Electric Blue #85EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.92%

 BLUE value IS 255 (100% from 255) = 40.8%

R = 21.28%
G = 37.92%
B = 40.8%

CMYK

 C value IS 0.48

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85EDFF (or 0x85EDFF) is known color: Electric Blue. HEX triplet: 85, ED and FF. RGB value is (133,237,255). Sum of RGB (Red+Green+Blue) = 133+237+255=625 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.28% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #85EDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EDFF is #7A1200. Grayscale: #CFCFCF. Windows color (decimal): -8000001 or 16772485. OLE color: 16772485.

HSL color Cylindrical-coordinate representation of color #85EDFF: hue angle of 188.85º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85EDFF is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 237 255 -
CMYK 0.48 0.07 0 0
HSL 188.85º 1% 0.76% -
HSV(B) 188.85º 0.48% 1% -
XYZ 58.01 72.77 105.6 -
YUV 207.96 154.54 74.54 -
System Red Green Blue C M Y K H S L
Decimal 133 237 255 0.48 0.07 0 0 188.85 1 0.76
Hex 85 ED FF 30 7 0 0 BD 64 4C
Octal 205 355 377 60 7 0 0 275 144 114
Binary 10000101 11101101 11111111 110000 111 0 0 10111101 1100100 1001100

Color Harmonies of #85EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EDFF

Black with #85EDFF

Text Example


Text Example

White with #85EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,237,255); }

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

background-color css

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

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

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

border-color css

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

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

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