Html Css Color HEX #55AEFF Maya Blue

📋 copy color: '#55AEFF'

red 85 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #55AEFF

Tints of Maya Blue #55AEFF

RGB

 RED value IS 85 (33.59% from 255) = 16.54%

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

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

R = 16.54%
G = 33.85%
B = 49.61%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#55AEFF (or 0x55AEFF) is known color: Maya Blue. HEX triplet: 55, AE and FF. RGB value is (85,174,255). Sum of RGB (Red+Green+Blue) = 85+174+255=514 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.54% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #55AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AEFF is #AA5100. Grayscale: #9C9C9C. Windows color (decimal): -11161857 or 16756309. OLE color: 16756309.

HSL color Cylindrical-coordinate representation of color #55AEFF: hue angle of 208.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55AEFF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 174 255 -
CMYK 0.67 0.32 0 0
HSL 208.59º 1% 0.67% -
HSV(B) 208.59º 0.67% 1% -
XYZ 36.93 39.42 100.27 -
YUV 156.62 183.51 76.91 -
System Red Green Blue C M Y K H S L
Decimal 85 174 255 0.67 0.32 0 0 208.59 1 0.67
Hex 55 AE FF 43 20 0 0 D1 64 43
Octal 125 256 377 103 40 0 0 321 144 103
Binary 1010101 10101110 11111111 1000011 100000 0 0 11010001 1100100 1000011

Color Harmonies of #55AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AEFF

Black with #55AEFF

Text Example


Text Example

White with #55AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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