Html Css Color HEX #85FDF4 Electric Blue

📋 copy color: '#85FDF4'

red 133 ◦ green 253 ◦ blue 244

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

Shades of Electric Blue #85FDF4

Tints of Electric Blue #85FDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.73%

R = 21.11%
G = 40.16%
B = 38.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#85FDF4 (or 0x85FDF4) is known color: Electric Blue. HEX triplet: 85, FD and F4. RGB value is (133,253,244). Sum of RGB (Red+Green+Blue) = 133+253+244=630 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.11% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 244 (95.70% from 255 or 38.73% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FDF4 is #7A020B. Grayscale: #D8D8D8. Windows color (decimal): -7995916 or 16055685. OLE color: 16055685.

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

Color convert

RGB 133 253 244 -
CMYK 0.47 0 0.04 0.01
HSL 175.5º 0.97% 0.76% -
HSV(B) 175.5º 0.47% 0.99% -
XYZ 61.13 81.77 98.15 -
YUV 216.09 143.74 68.73 -
System Red Green Blue C M Y K H S L
Decimal 133 253 244 0.47 0 0.04 0.01 175.5 0.97 0.76
Hex 85 FD F4 2F 0 4 1 B0 61 4C
Octal 205 375 364 57 0 4 1 260 141 114
Binary 10000101 11111101 11110100 101111 0 100 1 10110000 1100001 1001100

Color Harmonies of #85FDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDF4

Black with #85FDF4

Text Example


Text Example

White with #85FDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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