Html Css Color HEX #85FDF0 Electric Blue

📋 copy color: '#85FDF0'

red 133 ◦ green 253 ◦ blue 240

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

Shades of Electric Blue #85FDF0

Tints of Electric Blue #85FDF0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.42%

 BLUE value IS 240 (94.14% from 255) = 38.34%

R = 21.25%
G = 40.42%
B = 38.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#85FDF0 (or 0x85FDF0) is known color: Electric Blue. HEX triplet: 85, FD and F0. RGB value is (133,253,240). Sum of RGB (Red+Green+Blue) = 133+253+240=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 253 (99.22% from 255 or 40.42% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FDF0 is #7A020F. Grayscale: #D7D7D7. Windows color (decimal): -7995920 or 15793541. OLE color: 15793541.

HSL color Cylindrical-coordinate representation of color #85FDF0: hue angle of 173.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FDF0 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 253 240 -
CMYK 0.47 0 0.05 0.01
HSL 173.5º 0.97% 0.76% -
HSV(B) 173.5º 0.47% 0.99% -
XYZ 60.53 81.53 94.98 -
YUV 215.64 141.74 69.06 -
System Red Green Blue C M Y K H S L
Decimal 133 253 240 0.47 0 0.05 0.01 173.5 0.97 0.76
Hex 85 FD F0 2F 0 5 1 AE 61 4C
Octal 205 375 360 57 0 5 1 256 141 114
Binary 10000101 11111101 11110000 101111 0 101 1 10101110 1100001 1001100

Color Harmonies of #85FDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDF0

Black with #85FDF0

Text Example


Text Example

White with #85FDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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