Html Css Color HEX #85FCF0 Electric Blue

📋 copy color: '#85FCF0'

red 133 ◦ green 252 ◦ blue 240

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

Shades of Electric Blue #85FCF0

Tints of Electric Blue #85FCF0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.32%

 BLUE value IS 240 (94.14% from 255) = 38.4%

R = 21.28%
G = 40.32%
B = 38.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#85FCF0 (or 0x85FCF0) is known color: Electric Blue. HEX triplet: 85, FC and F0. RGB value is (133,252,240). Sum of RGB (Red+Green+Blue) = 133+252+240=625 (82% of max value = 765). Red value is 133 (52.34% from 255 or 21.28% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 240 (94.14% from 255 or 38.4% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FCF0 is #7A030F. Grayscale: #D6D6D6. Windows color (decimal): -7996176 or 15793285. OLE color: 15793285.

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

Color convert

RGB 133 252 240 -
CMYK 0.47 0 0.05 0.01
HSL 173.95º 0.95% 0.75% -
HSV(B) 173.95º 0.47% 0.99% -
XYZ 60.21 80.9 94.88 -
YUV 215.05 142.08 69.48 -
System Red Green Blue C M Y K H S L
Decimal 133 252 240 0.47 0 0.05 0.01 173.95 0.95 0.75
Hex 85 FC F0 2F 0 5 1 AE 5F 4B
Octal 205 374 360 57 0 5 1 256 137 113
Binary 10000101 11111100 11110000 101111 0 101 1 10101110 1011111 1001011

Color Harmonies of #85FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FCF0

Black with #85FCF0

Text Example


Text Example

White with #85FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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