Html Css Color HEX #85F0FF Electric Blue

📋 copy color: '#85F0FF'

red 133 ◦ green 240 ◦ blue 255

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

Shades of Electric Blue #85F0FF

Tints of Electric Blue #85F0FF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.22%

 BLUE value IS 255 (100% from 255) = 40.61%

R = 21.18%
G = 38.22%
B = 40.61%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85F0FF (or 0x85F0FF) is known color: Electric Blue. HEX triplet: 85, F0 and FF. RGB value is (133,240,255). Sum of RGB (Red+Green+Blue) = 133+240+255=628 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.18% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #85F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F0FF is #7A0F00. Grayscale: #D1D1D1. Windows color (decimal): -7999233 or 16773253. OLE color: 16773253.

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

Color convert

RGB 133 240 255 -
CMYK 0.48 0.06 0 0
HSL 187.38º 1% 0.76% -
HSV(B) 187.38º 0.48% 1% -
XYZ 58.88 74.53 105.89 -
YUV 209.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 133 240 255 0.48 0.06 0 0 187.38 1 0.76
Hex 85 F0 FF 30 6 0 0 BB 64 4C
Octal 205 360 377 60 6 0 0 273 144 114
Binary 10000101 11110000 11111111 110000 110 0 0 10111011 1100100 1001100

Color Harmonies of #85F0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F0FF

Black with #85F0FF

Text Example


Text Example

White with #85F0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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