Html Css Color HEX #85F5FD Electric Blue

📋 copy color: '#85F5FD'

red 133 ◦ green 245 ◦ blue 253

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

Shades of Electric Blue #85F5FD

Tints of Electric Blue #85F5FD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.83%

 BLUE value IS 253 (99.22% from 255) = 40.1%

R = 21.08%
G = 38.83%
B = 40.1%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#85F5FD (or 0x85F5FD) is known color: Electric Blue. HEX triplet: 85, F5 and FD. RGB value is (133,245,253). Sum of RGB (Red+Green+Blue) = 133+245+253=631 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.08% from 631); Green value is 245 (96.09% from 255 or 38.83% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #85F5FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F5FD is #7A0A02. Grayscale: #D4D4D4. Windows color (decimal): -7997955 or 16643461. OLE color: 16643461.

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

Color convert

RGB 133 245 253 -
CMYK 0.47 0.03 0 0.01
HSL 184º 0.97% 0.76% -
HSV(B) 184º 0.47% 0.99% -
XYZ 60.05 77.38 104.7 -
YUV 212.42 150.89 71.35 -
System Red Green Blue C M Y K H S L
Decimal 133 245 253 0.47 0.03 0 0.01 184 0.97 0.76
Hex 85 F5 FD 2F 3 0 1 B8 61 4C
Octal 205 365 375 57 3 0 1 270 141 114
Binary 10000101 11110101 11111101 101111 11 0 1 10111000 1100001 1001100

Color Harmonies of #85F5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F5FD

Black with #85F5FD

Text Example


Text Example

White with #85F5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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