Html Css Color HEX #85FDFB Electric Blue

📋 copy color: '#85FDFB'

red 133 ◦ green 253 ◦ blue 251

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

Shades of Electric Blue #85FDFB

Tints of Electric Blue #85FDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.4%

R = 20.88%
G = 39.72%
B = 39.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#85FDFB (or 0x85FDFB) is known color: Electric Blue. HEX triplet: 85, FD and FB. RGB value is (133,253,251). Sum of RGB (Red+Green+Blue) = 133+253+251=637 (84% of max value = 765). Red value is 133 (52.34% from 255 or 20.88% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #85FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FDFB is #7A0204. Grayscale: #D8D8D8. Windows color (decimal): -7995909 or 16514437. OLE color: 16514437.

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

Color convert

RGB 133 253 251 -
CMYK 0.47 0 0.01 0.01
HSL 179º 0.97% 0.76% -
HSV(B) 179º 0.47% 0.99% -
XYZ 62.21 82.2 103.85 -
YUV 216.89 147.24 68.16 -
System Red Green Blue C M Y K H S L
Decimal 133 253 251 0.47 0 0.01 0.01 179 0.97 0.76
Hex 85 FD FB 2F 0 1 1 B3 61 4C
Octal 205 375 373 57 0 1 1 263 141 114
Binary 10000101 11111101 11111011 101111 0 1 1 10110011 1100001 1001100

Color Harmonies of #85FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FDFB

Black with #85FDFB

Text Example


Text Example

White with #85FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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