Html Css Color HEX #85FBED Electric Blue

📋 copy color: '#85FBED'

red 133 ◦ green 251 ◦ blue 237

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

Shades of Electric Blue #85FBED

Tints of Electric Blue #85FBED

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.42%

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 21.42%
G = 40.42%
B = 38.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#85FBED (or 0x85FBED) is known color: Electric Blue. HEX triplet: 85, FB and ED. RGB value is (133,251,237). Sum of RGB (Red+Green+Blue) = 133+251+237=621 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.42% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FBED is #7A0412. Grayscale: #D6D6D6. Windows color (decimal): -7996435 or 15596421. OLE color: 15596421.

HSL color Cylindrical-coordinate representation of color #85FBED: hue angle of 172.88º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FBED is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 251 237 -
CMYK 0.47 0 0.06 0.02
HSL 172.88º 0.94% 0.75% -
HSV(B) 172.88º 0.47% 0.98% -
XYZ 59.46 80.1 92.45 -
YUV 214.12 140.91 70.14 -
System Red Green Blue C M Y K H S L
Decimal 133 251 237 0.47 0 0.06 0.02 172.88 0.94 0.75
Hex 85 FB ED 2F 0 6 2 AD 5E 4B
Octal 205 373 355 57 0 6 2 255 136 113
Binary 10000101 11111011 11101101 101111 0 110 10 10101101 1011110 1001011

Color Harmonies of #85FBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FBED

Black with #85FBED

Text Example


Text Example

White with #85FBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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