Html Css Color HEX #60C7FD Maya Blue

📋 copy color: '#60C7FD'

red 96 ◦ green 199 ◦ blue 253

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

Shades of Maya Blue #60C7FD

Tints of Maya Blue #60C7FD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.31%

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

R = 17.52%
G = 36.31%
B = 46.17%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60C7FD (or 0x60C7FD) is known color: Maya Blue. HEX triplet: 60, C7 and FD. RGB value is (96,199,253). Sum of RGB (Red+Green+Blue) = 96+199+253=548 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.52% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #60C7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C7FD is #9F3802. Grayscale: #AEAEAE. Windows color (decimal): -10434563 or 16631648. OLE color: 16631648.

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

Color convert

RGB 96 199 253 -
CMYK 0.62 0.21 0 0.01
HSL 200.64º 0.98% 0.68% -
HSV(B) 200.64º 0.62% 0.99% -
XYZ 42.98 50.43 100.4 -
YUV 174.36 172.38 72.11 -
System Red Green Blue C M Y K H S L
Decimal 96 199 253 0.62 0.21 0 0.01 200.64 0.98 0.68
Hex 60 C7 FD 3E 15 0 1 C9 62 44
Octal 140 307 375 76 25 0 1 311 142 104
Binary 1100000 11000111 11111101 111110 10101 0 1 11001001 1100010 1000100

Color Harmonies of #60C7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C7FD

Black with #60C7FD

Text Example


Text Example

White with #60C7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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