Html Css Color HEX #85ECFC Electric Blue

📋 copy color: '#85ECFC'

red 133 ◦ green 236 ◦ blue 252

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

Shades of Electric Blue #85ECFC

Tints of Electric Blue #85ECFC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38%

 BLUE value IS 252 (98.83% from 255) = 40.58%

R = 21.42%
G = 38%
B = 40.58%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85ECFC (or 0x85ECFC) is known color: Electric Blue. HEX triplet: 85, EC and FC. RGB value is (133,236,252). Sum of RGB (Red+Green+Blue) = 133+236+252=621 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.42% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #85ECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85ECFC is #7A1303. Grayscale: #CECECE. Windows color (decimal): -8000260 or 16575621. OLE color: 16575621.

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

Color convert

RGB 133 236 252 -
CMYK 0.47 0.06 0 0.01
HSL 188.07º 0.95% 0.75% -
HSV(B) 188.07º 0.47% 0.99% -
XYZ 57.24 72.01 102.98 -
YUV 207.03 153.38 75.2 -
System Red Green Blue C M Y K H S L
Decimal 133 236 252 0.47 0.06 0 0.01 188.07 0.95 0.75
Hex 85 EC FC 2F 6 0 1 BC 5F 4B
Octal 205 354 374 57 6 0 1 274 137 113
Binary 10000101 11101100 11111100 101111 110 0 1 10111100 1011111 1001011

Color Harmonies of #85ECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85ECFC

Black with #85ECFC

Text Example


Text Example

White with #85ECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,236,252); }

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

background-color css

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

 a { background-color: rgb(133,236,252); }

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

border-color css

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

 span { border-color: rgb(133,236,252); }

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