Html Css Color HEX #60C7F8 Maya Blue

📋 copy color: '#60C7F8'

red 96 ◦ green 199 ◦ blue 248

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

Shades of Maya Blue #60C7F8

Tints of Maya Blue #60C7F8

RGB

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

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

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

R = 17.68%
G = 36.65%
B = 45.67%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#60C7F8 (or 0x60C7F8) is known color: Maya Blue. HEX triplet: 60, C7 and F8. RGB value is (96,199,248). Sum of RGB (Red+Green+Blue) = 96+199+248=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #60C7F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C7F8 is #9F3807. Grayscale: #ADADAD. Windows color (decimal): -10434568 or 16303968. OLE color: 16303968.

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

Color convert

RGB 96 199 248 -
CMYK 0.61 0.20 0 0.03
HSL 199.34º 0.92% 0.67% -
HSV(B) 199.34º 0.61% 0.97% -
XYZ 42.19 50.11 96.26 -
YUV 173.79 169.88 72.52 -
System Red Green Blue C M Y K H S L
Decimal 96 199 248 0.61 0.20 0 0.03 199.34 0.92 0.67
Hex 60 C7 F8 3D 14 0 3 C7 5C 43
Octal 140 307 370 75 24 0 3 307 134 103
Binary 1100000 11000111 11111000 111101 10100 0 11 11000111 1011100 1000011

Color Harmonies of #60C7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C7F8

Black with #60C7F8

Text Example


Text Example

White with #60C7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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