Html Css Color HEX #85FBFF Electric Blue

📋 copy color: '#85FBFF'

red 133 ◦ green 251 ◦ blue 255

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

Shades of Electric Blue #85FBFF

Tints of Electric Blue #85FBFF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.28%

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

R = 20.81%
G = 39.28%
B = 39.91%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85FBFF (or 0x85FBFF) is known color: Electric Blue. HEX triplet: 85, FB and FF. RGB value is (133,251,255). Sum of RGB (Red+Green+Blue) = 133+251+255=639 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.81% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #85FBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FBFF is #7A0400. Grayscale: #D8D8D8. Windows color (decimal): -7996417 or 16776069. OLE color: 16776069.

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

Color convert

RGB 133 251 255 -
CMYK 0.48 0.02 0 0
HSL 181.97º 1% 0.76% -
HSV(B) 181.97º 0.48% 1% -
XYZ 62.22 81.2 107 -
YUV 216.17 149.91 68.67 -
System Red Green Blue C M Y K H S L
Decimal 133 251 255 0.48 0.02 0 0 181.97 1 0.76
Hex 85 FB FF 30 2 0 0 B6 64 4C
Octal 205 373 377 60 2 0 0 266 144 114
Binary 10000101 11111011 11111111 110000 10 0 0 10110110 1100100 1001100

Color Harmonies of #85FBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FBFF

Black with #85FBFF

Text Example


Text Example

White with #85FBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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