Html Css Color HEX #60AEFC Maya Blue

📋 copy color: '#60AEFC'

red 96 ◦ green 174 ◦ blue 252

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

Shades of Maya Blue #60AEFC

Tints of Maya Blue #60AEFC

RGB

 RED value IS 96 (37.89% from 255) = 18.39%

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 18.39%
G = 33.33%
B = 48.28%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60AEFC (or 0x60AEFC) is known color: Maya Blue. HEX triplet: 60, AE and FC. RGB value is (96,174,252). Sum of RGB (Red+Green+Blue) = 96+174+252=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #60AEFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AEFC is #9F5103. Grayscale: #9F9F9F. Windows color (decimal): -10440964 or 16559712. OLE color: 16559712.

HSL color Cylindrical-coordinate representation of color #60AEFC: hue angle of 210º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60AEFC is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 174 252 -
CMYK 0.62 0.31 0 0.01
HSL 210º 0.96% 0.68% -
HSV(B) 210º 0.62% 0.99% -
XYZ 37.53 39.79 97.8 -
YUV 159.57 180.16 82.66 -
System Red Green Blue C M Y K H S L
Decimal 96 174 252 0.62 0.31 0 0.01 210 0.96 0.68
Hex 60 AE FC 3E 1F 0 1 D2 60 44
Octal 140 256 374 76 37 0 1 322 140 104
Binary 1100000 10101110 11111100 111110 11111 0 1 11010010 1100000 1000100

Color Harmonies of #60AEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AEFC

Black with #60AEFC

Text Example


Text Example

White with #60AEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60AEFC; }

 p { color: rgb(96,174,252); }

 H1.HeaderClassName
 {
   color: #60AEFC;
 }
 .AnyTagClassName
 {
   color: #60AEFC;
 }
</style>

background-color css

<style>
 a { background-color: #60AEFC; }

 a { background-color: rgb(96,174,252); }

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

border-color css

<style>
 span { border-color: #60AEFC; }

 span { border-color: rgb(96,174,252); }

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