#85EAFF

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

Shades of Electric Blue #85EAFF

Tints of Electric Blue #85EAFF

Color information

#85EAFF (or 0x85EAFF) is unknown color: approx Electric Blue. HEX triplet: 85, EA and FF. RGB value is (133,234,255). Sum of RGB (Red+Green+Blue) = 133+234+255=622 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.38% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #85EAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EAFF is #7A1500. Grayscale: #CECECE. Windows color (decimal): -8000769 or 16771717. OLE color: 16771717.

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

Color convert

RGB133234255-
CMYK0.480.0800
HSL190.33º100%76.08%-
HSV(B)190.33º47.84%100%-
XYZ57.1571.05105.31-
YUV206.2155.5475.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 21.38%
GREEN value IS 234 (91.80% from 255) = 37.62%
BLUE value IS 255 (100% from 255) = 41.00%
R=21.38%
G=37.62%
B=41.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332342550.480.0800190.3310076.08
Hex85EAFF30800be644c
Octal205352377601000276144114
Binary1000010111101010111111111100001000001011111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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