Html Css Color HEX #60C8FD Maya Blue

📋 copy color: '#60C8FD'

red 96 ◦ green 200 ◦ blue 253

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

Shades of Maya Blue #60C8FD

Tints of Maya Blue #60C8FD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.43%

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

R = 17.49%
G = 36.43%
B = 46.08%

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

#60C8FD (or 0x60C8FD) is known color: Maya Blue. HEX triplet: 60, C8 and FD. RGB value is (96,200,253). Sum of RGB (Red+Green+Blue) = 96+200+253=549 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.49% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #60C8FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C8FD is #9F3702. Grayscale: #AEAEAE. Windows color (decimal): -10434307 or 16631904. OLE color: 16631904.

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

Color convert

RGB 96 200 253 -
CMYK 0.62 0.21 0 0.01
HSL 200.25º 0.98% 0.68% -
HSV(B) 200.25º 0.62% 0.99% -
XYZ 43.21 50.89 100.47 -
YUV 174.95 172.04 71.69 -
System Red Green Blue C M Y K H S L
Decimal 96 200 253 0.62 0.21 0 0.01 200.25 0.98 0.68
Hex 60 C8 FD 3E 15 0 1 C8 62 44
Octal 140 310 375 76 25 0 1 310 142 104
Binary 1100000 11001000 11111101 111110 10101 0 1 11001000 1100010 1000100

Color Harmonies of #60C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C8FD

Black with #60C8FD

Text Example


Text Example

White with #60C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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