Html Css Color HEX #85FAEA Electric Blue

📋 copy color: '#85FAEA'

red 133 ◦ green 250 ◦ blue 234

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

Shades of Electric Blue #85FAEA

Tints of Electric Blue #85FAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 40.52%

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 21.56%
G = 40.52%
B = 37.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#85FAEA (or 0x85FAEA) is known color: Electric Blue. HEX triplet: 85, FA and EA. RGB value is (133,250,234). Sum of RGB (Red+Green+Blue) = 133+250+234=617 (81% of max value = 765). Red value is 133 (52.34% from 255 or 21.56% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #85FAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85FAEA is #7A0515. Grayscale: #D5D5D5. Windows color (decimal): -7996694 or 15399557. OLE color: 15399557.

HSL color Cylindrical-coordinate representation of color #85FAEA: hue angle of 171.79º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FAEA is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 250 234 -
CMYK 0.47 0 0.06 0.02
HSL 171.79º 0.92% 0.75% -
HSV(B) 171.79º 0.47% 0.98% -
XYZ 58.71 79.3 90.05 -
YUV 213.19 139.74 70.8 -
System Red Green Blue C M Y K H S L
Decimal 133 250 234 0.47 0 0.06 0.02 171.79 0.92 0.75
Hex 85 FA EA 2F 0 6 2 AC 5C 4B
Octal 205 372 352 57 0 6 2 254 134 113
Binary 10000101 11111010 11101010 101111 0 110 10 10101100 1011100 1001011

Color Harmonies of #85FAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FAEA

Black with #85FAEA

Text Example


Text Example

White with #85FAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,250,234); }

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

background-color css

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

 a { background-color: rgb(133,250,234); }

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

border-color css

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

 span { border-color: rgb(133,250,234); }

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