Html Css Color HEX #85F3FF Electric Blue

📋 copy color: '#85F3FF'

red 133 ◦ green 243 ◦ blue 255

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

Shades of Electric Blue #85F3FF

Tints of Electric Blue #85F3FF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.51%

 BLUE value IS 255 (100% from 255) = 40.41%

R = 21.08%
G = 38.51%
B = 40.41%

CMYK

 C value IS 0.48

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85F3FF (or 0x85F3FF) is known color: Electric Blue. HEX triplet: 85, F3 and FF. RGB value is (133,243,255). Sum of RGB (Red+Green+Blue) = 133+243+255=631 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.08% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #85F3FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85F3FF is #7A0C00. Grayscale: #D3D3D3. Windows color (decimal): -7998465 or 16774021. OLE color: 16774021.

HSL color Cylindrical-coordinate representation of color #85F3FF: hue angle of 185.9º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85F3FF is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 243 255 -
CMYK 0.48 0.05 0 0
HSL 185.9º 1% 0.76% -
HSV(B) 185.9º 0.48% 1% -
XYZ 59.77 76.31 106.19 -
YUV 211.48 152.56 72.02 -
System Red Green Blue C M Y K H S L
Decimal 133 243 255 0.48 0.05 0 0 185.9 1 0.76
Hex 85 F3 FF 30 5 0 0 BA 64 4C
Octal 205 363 377 60 5 0 0 272 144 114
Binary 10000101 11110011 11111111 110000 101 0 0 10111010 1100100 1001100

Color Harmonies of #85F3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85F3FF

Black with #85F3FF

Text Example


Text Example

White with #85F3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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