Html Css Color HEX #60D3FD Maya Blue

📋 copy color: '#60D3FD'

red 96 ◦ green 211 ◦ blue 253

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

Shades of Maya Blue #60D3FD

Tints of Maya Blue #60D3FD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.68%

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

R = 17.14%
G = 37.68%
B = 45.18%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60D3FD (or 0x60D3FD) is known color: Maya Blue. HEX triplet: 60, D3 and FD. RGB value is (96,211,253). Sum of RGB (Red+Green+Blue) = 96+211+253=560 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.14% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #60D3FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D3FD is #9F2C02. Grayscale: #B5B5B5. Windows color (decimal): -10431491 or 16634720. OLE color: 16634720.

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

Color convert

RGB 96 211 253 -
CMYK 0.62 0.17 0 0.01
HSL 196.05º 0.98% 0.68% -
HSV(B) 196.05º 0.62% 0.99% -
XYZ 45.85 56.17 101.35 -
YUV 181.4 168.4 67.08 -
System Red Green Blue C M Y K H S L
Decimal 96 211 253 0.62 0.17 0 0.01 196.05 0.98 0.68
Hex 60 D3 FD 3E 11 0 1 C4 62 44
Octal 140 323 375 76 21 0 1 304 142 104
Binary 1100000 11010011 11111101 111110 10001 0 1 11000100 1100010 1000100

Color Harmonies of #60D3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D3FD

Black with #60D3FD

Text Example


Text Example

White with #60D3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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