Html Css Color HEX #60AFFF Maya Blue

📋 copy color: '#60AFFF'

red 96 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #60AFFF

Tints of Maya Blue #60AFFF

RGB

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

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

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

R = 18.25%
G = 33.27%
B = 48.48%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60AFFF (or 0x60AFFF) is known color: Maya Blue. HEX triplet: 60, AF and FF. RGB value is (96,175,255). Sum of RGB (Red+Green+Blue) = 96+175+255=526 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.25% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #60AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60AFFF is #9F5000. Grayscale: #A0A0A0. Windows color (decimal): -10440705 or 16756576. OLE color: 16756576.

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

Color convert

RGB 96 175 255 -
CMYK 0.62 0.31 0 0
HSL 210.19º 1% 0.69% -
HSV(B) 210.19º 0.62% 1% -
XYZ 38.2 40.37 100.39 -
YUV 160.5 181.33 82 -
System Red Green Blue C M Y K H S L
Decimal 96 175 255 0.62 0.31 0 0 210.19 1 0.69
Hex 60 AF FF 3E 1F 0 0 D2 64 45
Octal 140 257 377 76 37 0 0 322 144 105
Binary 1100000 10101111 11111111 111110 11111 0 0 11010010 1100100 1000101

Color Harmonies of #60AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AFFF

Black with #60AFFF

Text Example


Text Example

White with #60AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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