Html Css Color HEX #60CDF7 Maya Blue

📋 copy color: '#60CDF7'

red 96 ◦ green 205 ◦ blue 247

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

Shades of Maya Blue #60CDF7

Tints of Maya Blue #60CDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.07%

R = 17.52%
G = 37.41%
B = 45.07%

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

#60CDF7 (or 0x60CDF7) is known color: Maya Blue. HEX triplet: 60, CD and F7. RGB value is (96,205,247). Sum of RGB (Red+Green+Blue) = 96+205+247=548 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.52% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #60CDF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDF7 is #9F3208. Grayscale: #B0B0B0. Windows color (decimal): -10433033 or 16239968. OLE color: 16239968.

HSL color Cylindrical-coordinate representation of color #60CDF7: hue angle of 196.69º degrees, saturation: 0.9, 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 #60CDF7 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 205 247 -
CMYK 0.61 0.17 0 0.03
HSL 196.69º 0.9% 0.67% -
HSV(B) 196.69º 0.61% 0.97% -
XYZ 43.44 52.86 95.91 -
YUV 177.2 167.39 70.08 -
System Red Green Blue C M Y K H S L
Decimal 96 205 247 0.61 0.17 0 0.03 196.69 0.9 0.67
Hex 60 CD F7 3D 11 0 3 C5 5A 43
Octal 140 315 367 75 21 0 3 305 132 103
Binary 1100000 11001101 11110111 111101 10001 0 11 11000101 1011010 1000011

Color Harmonies of #60CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDF7

Black with #60CDF7

Text Example


Text Example

White with #60CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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