#85EFFF

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

Shades of Electric Blue #85EFFF

Tints of Electric Blue #85EFFF

Color information

#85EFFF (or 0x85EFFF) is unknown color: approx Electric Blue. HEX triplet: 85, EF and FF. RGB value is (133,239,255). Sum of RGB (Red+Green+Blue) = 133+239+255=627 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.21% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #85EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EFFF is #7A1000. Grayscale: #D0D0D0. Windows color (decimal): -7999489 or 16772997. OLE color: 16772997.

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

Color convert

RGB133239255-
CMYK0.480.0600
HSL187.87º100%76.08%-
HSV(B)187.87º47.84%100%-
XYZ58.5973.94105.79-
YUV209.13153.8873.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.21%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 255 (100% from 255) = 40.67%
R=21.21%
G=38.12%
B=40.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332392550.480.0600187.8710076.08
Hex85EFFF30600bc644c
Octal20535737760600274144114
Binary100001011110111111111111110000110001011110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85EFFF;
 }
 .AnyTagClassName
 {
   color: #85EFFF;
 }
</style>
background-color css

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

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

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

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

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

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