Html Css Color HEX #85EFFF Electric Blue

📋 copy color: '#85EFFF'

red 133 ◦ green 239 ◦ blue 255

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

Shades of Electric Blue #85EFFF

Tints of Electric Blue #85EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.12%

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

R = 21.21%
G = 38.12%
B = 40.67%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85EFFF (or 0x85EFFF) is known color: Electric Blue. HEX triplet: 85, EF and FF. RGB value is (133,239,255). Sum of RGB (Red+Green+Blue) = 133+239+255=627 (83% of max value = 765). Red value is 133 (52.34% from 255 or 21.21% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #85EFFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #85EFFF is #7A1000. Grayscale: #D0D0D0. Windows color (decimal): -7999489 or 16772997. OLE color: 16772997.

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

Color convert

RGB 133 239 255 -
CMYK 0.48 0.06 0 0
HSL 187.87º 1% 0.76% -
HSV(B) 187.87º 0.48% 1% -
XYZ 58.59 73.94 105.79 -
YUV 209.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 133 239 255 0.48 0.06 0 0 187.87 1 0.76
Hex 85 EF FF 30 6 0 0 BC 64 4C
Octal 205 357 377 60 6 0 0 274 144 114
Binary 10000101 11101111 11111111 110000 110 0 0 10111100 1100100 1001100

Color Harmonies of #85EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85EFFF

Black with #85EFFF

Text Example


Text Example

White with #85EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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