Html Css Color HEX #85EAFF Electric Blue

📋 copy color: '#85EAFF'

red 133 ◦ green 234 ◦ blue 255

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

Shades of Electric Blue #85EAFF

Tints of Electric Blue #85EAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.62%

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

R = 21.38%
G = 37.62%
B = 41%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85EAFF (or 0x85EAFF) is known color: 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

RGB 133 234 255 -
CMYK 0.48 0.08 0 0
HSL 190.33º 1% 0.76% -
HSV(B) 190.33º 0.48% 1% -
XYZ 57.15 71.05 105.31 -
YUV 206.2 155.54 75.79 -
System Red Green Blue C M Y K H S L
Decimal 133 234 255 0.48 0.08 0 0 190.33 1 0.76
Hex 85 EA FF 30 8 0 0 BE 64 4C
Octal 205 352 377 60 10 0 0 276 144 114
Binary 10000101 11101010 11111111 110000 1000 0 0 10111110 1100100 1001100

Color Harmonies of #85EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EAFF

Black with #85EAFF

Text Example


Text Example

White with #85EAFF

Text Example


Text Example

HTML Codes & Css Web 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>