Html Css Color HEX #85E5F7 Electric Blue

📋 copy color: '#85E5F7'

red 133 ◦ green 229 ◦ blue 247

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

Shades of Electric Blue #85E5F7

Tints of Electric Blue #85E5F7

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.6%

 BLUE value IS 247 (96.88% from 255) = 40.56%

R = 21.84%
G = 37.6%
B = 40.56%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#85E5F7 (or 0x85E5F7) is known color: Electric Blue. HEX triplet: 85, E5 and F7. RGB value is (133,229,247). Sum of RGB (Red+Green+Blue) = 133+229+247=609 (80% of max value = 765). Red value is 133 (52.34% from 255 or 21.84% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #85E5F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #85E5F7 is #7A1A08. Grayscale: #CACACA. Windows color (decimal): -8002057 or 16246149. OLE color: 16246149.

HSL color Cylindrical-coordinate representation of color #85E5F7: hue angle of 189.47º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85E5F7 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 229 247 -
CMYK 0.46 0.07 0 0.03
HSL 189.47º 0.88% 0.75% -
HSV(B) 189.47º 0.46% 0.97% -
XYZ 54.48 67.74 98.2 -
YUV 202.35 153.2 78.54 -
System Red Green Blue C M Y K H S L
Decimal 133 229 247 0.46 0.07 0 0.03 189.47 0.88 0.75
Hex 85 E5 F7 2E 7 0 3 BD 58 4B
Octal 205 345 367 56 7 0 3 275 130 113
Binary 10000101 11100101 11110111 101110 111 0 11 10111101 1011000 1001011

Color Harmonies of #85E5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E5F7

Black with #85E5F7

Text Example


Text Example

White with #85E5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,229,247); }

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

background-color css

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

 a { background-color: rgb(133,229,247); }

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

border-color css

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

 span { border-color: rgb(133,229,247); }

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