Html Css Color HEX #85E8FC Electric Blue

📋 copy color: '#85E8FC'

red 133 ◦ green 232 ◦ blue 252

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

Shades of Electric Blue #85E8FC

Tints of Electric Blue #85E8FC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.6%

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

R = 21.56%
G = 37.6%
B = 40.84%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85E8FC (or 0x85E8FC) is known color: Electric Blue. HEX triplet: 85, E8 and FC. RGB value is (133,232,252). Sum of RGB (Red+Green+Blue) = 133+232+252=617 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.56% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #85E8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85E8FC is #7A1703. Grayscale: #CCCCCC. Windows color (decimal): -8001284 or 16574597. OLE color: 16574597.

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

Color convert

RGB 133 232 252 -
CMYK 0.47 0.08 0 0.01
HSL 190.08º 0.95% 0.75% -
HSV(B) 190.08º 0.47% 0.99% -
XYZ 56.1 69.73 102.6 -
YUV 204.68 154.7 76.87 -
System Red Green Blue C M Y K H S L
Decimal 133 232 252 0.47 0.08 0 0.01 190.08 0.95 0.75
Hex 85 E8 FC 2F 8 0 1 BE 5F 4B
Octal 205 350 374 57 10 0 1 276 137 113
Binary 10000101 11101000 11111100 101111 1000 0 1 10111110 1011111 1001011

Color Harmonies of #85E8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E8FC

Black with #85E8FC

Text Example


Text Example

White with #85E8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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