Html Css Color HEX #60ADFD Maya Blue

📋 copy color: '#60ADFD'

red 96 ◦ green 173 ◦ blue 253

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

Shades of Maya Blue #60ADFD

Tints of Maya Blue #60ADFD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.14%

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 18.39%
G = 33.14%
B = 48.47%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60ADFD (or 0x60ADFD) is known color: Maya Blue. HEX triplet: 60, AD and FD. RGB value is (96,173,253). Sum of RGB (Red+Green+Blue) = 96+173+253=522 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.39% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #60ADFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60ADFD is #9F5202. Grayscale: #9E9E9E. Windows color (decimal): -10441219 or 16624992. OLE color: 16624992.

HSL color Cylindrical-coordinate representation of color #60ADFD: hue angle of 210.57º degrees, saturation: 0.98, 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 #60ADFD is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 173 253 -
CMYK 0.62 0.32 0 0.01
HSL 210.57º 0.98% 0.68% -
HSV(B) 210.57º 0.62% 0.99% -
XYZ 37.5 39.47 98.57 -
YUV 159.1 180.99 83 -
System Red Green Blue C M Y K H S L
Decimal 96 173 253 0.62 0.32 0 0.01 210.57 0.98 0.68
Hex 60 AD FD 3E 20 0 1 D3 62 44
Octal 140 255 375 76 40 0 1 323 142 104
Binary 1100000 10101101 11111101 111110 100000 0 1 11010011 1100010 1000100

Color Harmonies of #60ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ADFD

Black with #60ADFD

Text Example


Text Example

White with #60ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,173,253); }

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

background-color css

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

 a { background-color: rgb(96,173,253); }

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

border-color css

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

 span { border-color: rgb(96,173,253); }

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