Html Css Color HEX #85AFFF Maya Blue

📋 copy color: '#85AFFF'

red 133 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #85AFFF

Tints of Maya Blue #85AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.08%

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

R = 23.62%
G = 31.08%
B = 45.29%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#85AFFF (or 0x85AFFF) is known color: Maya Blue. HEX triplet: 85, AF and FF. RGB value is (133,175,255). Sum of RGB (Red+Green+Blue) = 133+175+255=563 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.62% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #85AFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #85AFFF is #7A5000. Grayscale: #ABABAB. Windows color (decimal): -8015873 or 16756613. OLE color: 16756613.

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

Color convert

RGB 133 175 255 -
CMYK 0.48 0.31 0 0
HSL 219.34º 1% 0.76% -
HSV(B) 219.34º 0.48% 1% -
XYZ 43.05 42.87 100.61 -
YUV 171.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 133 175 255 0.48 0.31 0 0 219.34 1 0.76
Hex 85 AF FF 30 1F 0 0 DB 64 4C
Octal 205 257 377 60 37 0 0 333 144 114
Binary 10000101 10101111 11111111 110000 11111 0 0 11011011 1100100 1001100

Color Harmonies of #85AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85AFFF

Black with #85AFFF

Text Example


Text Example

White with #85AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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