Html Css Color HEX #60ACFF Maya Blue

📋 copy color: '#60ACFF'

red 96 ◦ green 172 ◦ blue 255

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

Shades of Maya Blue #60ACFF

Tints of Maya Blue #60ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.89%

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

R = 18.36%
G = 32.89%
B = 48.76%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60ACFF (or 0x60ACFF) is known color: Maya Blue. HEX triplet: 60, AC and FF. RGB value is (96,172,255). Sum of RGB (Red+Green+Blue) = 96+172+255=523 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.36% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #60ACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ACFF is #9F5300. Grayscale: #9E9E9E. Windows color (decimal): -10441473 or 16755808. OLE color: 16755808.

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

Color convert

RGB 96 172 255 -
CMYK 0.62 0.33 0 0
HSL 211.32º 1% 0.69% -
HSV(B) 211.32º 0.62% 1% -
XYZ 37.63 39.21 100.19 -
YUV 158.74 182.32 83.25 -
System Red Green Blue C M Y K H S L
Decimal 96 172 255 0.62 0.33 0 0 211.32 1 0.69
Hex 60 AC FF 3E 21 0 0 D3 64 45
Octal 140 254 377 76 41 0 0 323 144 105
Binary 1100000 10101100 11111111 111110 100001 0 0 11010011 1100100 1000101

Color Harmonies of #60ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACFF

Black with #60ACFF

Text Example


Text Example

White with #60ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,172,255); }

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

background-color css

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

 a { background-color: rgb(96,172,255); }

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

border-color css

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

 span { border-color: rgb(96,172,255); }

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