Html Css Color HEX #85FDF3 Electric Blue

📋 copy color: '#85FDF3'

red 133 ◦ green 253 ◦ blue 243

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

Shades of Electric Blue #85FDF3

Tints of Electric Blue #85FDF3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.22%

 BLUE value IS 243 (95.31% from 255) = 38.63%

R = 21.14%
G = 40.22%
B = 38.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#85FDF3 (or 0x85FDF3) is known color: Electric Blue. HEX triplet: 85, FD and F3. RGB value is (133,253,243). Sum of RGB (Red+Green+Blue) = 133+253+243=629 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.14% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FDF3 is #7A020C. Grayscale: #D7D7D7. Windows color (decimal): -7995917 or 15990149. OLE color: 15990149.

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

Color convert

RGB 133 253 243 -
CMYK 0.47 0 0.04 0.01
HSL 175º 0.97% 0.76% -
HSV(B) 175º 0.47% 0.99% -
XYZ 60.98 81.71 97.35 -
YUV 215.98 143.24 68.81 -
System Red Green Blue C M Y K H S L
Decimal 133 253 243 0.47 0 0.04 0.01 175 0.97 0.76
Hex 85 FD F3 2F 0 4 1 AF 61 4C
Octal 205 375 363 57 0 4 1 257 141 114
Binary 10000101 11111101 11110011 101111 0 100 1 10101111 1100001 1001100

Color Harmonies of #85FDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDF3

Black with #85FDF3

Text Example


Text Example

White with #85FDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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