#85F0FF

Color #85F0FF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #85F0FF

Tints of Electric Blue #85F0FF

Color information

#85F0FF (or 0x85F0FF) is unknown color: approx 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

RGB133240255-
CMYK0.480.0600
HSL187.38º100%76.08%-
HSV(B)187.38º47.84%100%-
XYZ58.8874.53105.89-
YUV209.72153.5573.28-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332402550.480.0600187.3810076.08
Hex85F0FF30600bb644c
Octal20536037760600273144114
Binary100001011111000011111111110000110001011101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>