Html Css Color HEX #85AEFF Maya Blue

📋 copy color: '#85AEFF'

red 133 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #85AEFF

Tints of Maya Blue #85AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.96%

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

R = 23.67%
G = 30.96%
B = 45.37%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85AEFF (or 0x85AEFF) is known color: Maya Blue. HEX triplet: 85, AE and FF. RGB value is (133,174,255). Sum of RGB (Red+Green+Blue) = 133+174+255=562 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.67% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #85AEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AEFF is #7A5100. Grayscale: #AAAAAA. Windows color (decimal): -8016129 or 16756357. OLE color: 16756357.

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

Color convert

RGB 133 174 255 -
CMYK 0.48 0.32 0 0
HSL 219.84º 1% 0.76% -
HSV(B) 219.84º 0.48% 1% -
XYZ 42.86 42.48 100.55 -
YUV 170.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 133 174 255 0.48 0.32 0 0 219.84 1 0.76
Hex 85 AE FF 30 20 0 0 DC 64 4C
Octal 205 256 377 60 40 0 0 334 144 114
Binary 10000101 10101110 11111111 110000 100000 0 0 11011100 1100100 1001100

Color Harmonies of #85AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AEFF

Black with #85AEFF

Text Example


Text Example

White with #85AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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