Html Css Color HEX #5FAEFF Maya Blue

📋 copy color: '#5FAEFF'

red 95 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #5FAEFF

Tints of Maya Blue #5FAEFF

RGB

 RED value IS 95 (37.5% from 255) = 18.13%

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

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

R = 18.13%
G = 33.21%
B = 48.66%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5FAEFF (or 0x5FAEFF) is known color: Maya Blue. HEX triplet: 5F, AE and FF. RGB value is (95,174,255). Sum of RGB (Red+Green+Blue) = 95+174+255=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 174 (68.36% from 255 or 33.21% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FAEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FAEFF is #A05100. Grayscale: #9F9F9F. Windows color (decimal): -10506497 or 16756319. OLE color: 16756319.

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

Color convert

RGB 95 174 255 -
CMYK 0.63 0.32 0 0
HSL 210.38º 1% 0.69% -
HSV(B) 210.38º 0.63% 1% -
XYZ 37.91 39.93 100.32 -
YUV 159.61 181.83 81.91 -
System Red Green Blue C M Y K H S L
Decimal 95 174 255 0.63 0.32 0 0 210.38 1 0.69
Hex 5F AE FF 3F 20 0 0 D2 64 45
Octal 137 256 377 77 40 0 0 322 144 105
Binary 1011111 10101110 11111111 111111 100000 0 0 11010010 1100100 1000101

Color Harmonies of #5FAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAEFF

Black with #5FAEFF

Text Example


Text Example

White with #5FAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FAEFF; }

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

 H1.HeaderClassName
 {
   color: #5FAEFF;
 }
 .AnyTagClassName
 {
   color: #5FAEFF;
 }
</style>

background-color css

<style>
 a { background-color: #5FAEFF; }

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

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

border-color css

<style>
 span { border-color: #5FAEFF; }

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

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