Html Css Color HEX #85FFFD Electric Blue

📋 copy color: '#85FFFD'

red 133 ◦ green 255 ◦ blue 253

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

Shades of Electric Blue #85FFFD

Tints of Electric Blue #85FFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 39.78%

 BLUE value IS 253 (99.22% from 255) = 39.47%

R = 20.75%
G = 39.78%
B = 39.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#85FFFD (or 0x85FFFD) is known color: Electric Blue. HEX triplet: 85, FF and FD. RGB value is (133,255,253). Sum of RGB (Red+Green+Blue) = 133+255+253=641 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.75% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #85FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FFFD is #7A0002. Grayscale: #DADADA. Windows color (decimal): -7995395 or 16646021. OLE color: 16646021.

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

Color convert

RGB 133 255 253 -
CMYK 0.48 0 0.01 0
HSL 179.02º 1% 0.76% -
HSV(B) 179.02º 0.48% 1% -
XYZ 63.16 83.6 105.74 -
YUV 218.29 147.58 67.16 -
System Red Green Blue C M Y K H S L
Decimal 133 255 253 0.48 0 0.01 0 179.02 1 0.76
Hex 85 FF FD 30 0 1 0 B3 64 4C
Octal 205 377 375 60 0 1 0 263 144 114
Binary 10000101 11111111 11111101 110000 0 1 0 10110011 1100100 1001100

Color Harmonies of #85FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FFFD

Black with #85FFFD

Text Example


Text Example

White with #85FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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