Html Css Color HEX #60CDF8 Maya Blue

📋 copy color: '#60CDF8'

red 96 ◦ green 205 ◦ blue 248

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

Shades of Maya Blue #60CDF8

Tints of Maya Blue #60CDF8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.34%

 BLUE value IS 248 (97.27% from 255) = 45.17%

R = 17.49%
G = 37.34%
B = 45.17%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#60CDF8 (or 0x60CDF8) is known color: Maya Blue. HEX triplet: 60, CD and F8. RGB value is (96,205,248). Sum of RGB (Red+Green+Blue) = 96+205+248=549 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.49% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #60CDF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDF8 is #9F3207. Grayscale: #B1B1B1. Windows color (decimal): -10433032 or 16305504. OLE color: 16305504.

HSL color Cylindrical-coordinate representation of color #60CDF8: hue angle of 196.97º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60CDF8 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 205 248 -
CMYK 0.61 0.17 0 0.03
HSL 196.97º 0.92% 0.67% -
HSV(B) 196.97º 0.61% 0.97% -
XYZ 43.6 52.93 96.72 -
YUV 177.31 167.89 70 -
System Red Green Blue C M Y K H S L
Decimal 96 205 248 0.61 0.17 0 0.03 196.97 0.92 0.67
Hex 60 CD F8 3D 11 0 3 C5 5C 43
Octal 140 315 370 75 21 0 3 305 134 103
Binary 1100000 11001101 11111000 111101 10001 0 11 11000101 1011100 1000011

Color Harmonies of #60CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDF8

Black with #60CDF8

Text Example


Text Example

White with #60CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,205,248); }

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

background-color css

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

 a { background-color: rgb(96,205,248); }

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

border-color css

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

 span { border-color: rgb(96,205,248); }

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