Html Css Color HEX #85F0FD Electric Blue

📋 copy color: '#85F0FD'

red 133 ◦ green 240 ◦ blue 253

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

Shades of Electric Blue #85F0FD

Tints of Electric Blue #85F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.34%

 BLUE value IS 253 (99.22% from 255) = 40.42%

R = 21.25%
G = 38.34%
B = 40.42%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85F0FD (or 0x85F0FD) is known color: Electric Blue. HEX triplet: 85, F0 and FD. RGB value is (133,240,253). Sum of RGB (Red+Green+Blue) = 133+240+253=626 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.25% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #85F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F0FD is #7A0F02. Grayscale: #D1D1D1. Windows color (decimal): -7999235 or 16642181. OLE color: 16642181.

HSL color Cylindrical-coordinate representation of color #85F0FD: hue angle of 186.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F0FD is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 240 253 -
CMYK 0.47 0.05 0 0.01
HSL 186.5º 0.97% 0.76% -
HSV(B) 186.5º 0.47% 0.99% -
XYZ 58.56 74.4 104.2 -
YUV 209.49 152.55 73.44 -
System Red Green Blue C M Y K H S L
Decimal 133 240 253 0.47 0.05 0 0.01 186.5 0.97 0.76
Hex 85 F0 FD 2F 5 0 1 BA 61 4C
Octal 205 360 375 57 5 0 1 272 141 114
Binary 10000101 11110000 11111101 101111 101 0 1 10111010 1100001 1001100

Color Harmonies of #85F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F0FD

Black with #85F0FD

Text Example


Text Example

White with #85F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,240,253); }

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

background-color css

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

 a { background-color: rgb(133,240,253); }

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

border-color css

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

 span { border-color: rgb(133,240,253); }

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