Html Css Color HEX #60C6FE Maya Blue

📋 copy color: '#60C6FE'

red 96 ◦ green 198 ◦ blue 254

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

Shades of Maya Blue #60C6FE

Tints of Maya Blue #60C6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.13%

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 17.52%
G = 36.13%
B = 46.35%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60C6FE (or 0x60C6FE) is known color: Maya Blue. HEX triplet: 60, C6 and FE. RGB value is (96,198,254). Sum of RGB (Red+Green+Blue) = 96+198+254=548 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.52% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #60C6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C6FE is #9F3901. Grayscale: #ADADAD. Windows color (decimal): -10434818 or 16696928. OLE color: 16696928.

HSL color Cylindrical-coordinate representation of color #60C6FE: hue angle of 201.27º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60C6FE is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 198 254 -
CMYK 0.62 0.22 0 0.00
HSL 201.27º 0.99% 0.69% -
HSV(B) 201.27º 0.62% 1% -
XYZ 42.91 50.03 101.16 -
YUV 173.89 173.21 72.45 -
System Red Green Blue C M Y K H S L
Decimal 96 198 254 0.62 0.22 0 0.00 201.27 0.99 0.69
Hex 60 C6 FE 3E 16 0 0 C9 63 45
Octal 140 306 376 76 26 0 0 311 143 105
Binary 1100000 11000110 11111110 111110 10110 0 0 11001001 1100011 1000101

Color Harmonies of #60C6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C6FE

Black with #60C6FE

Text Example


Text Example

White with #60C6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,198,254); }

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

background-color css

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

 a { background-color: rgb(96,198,254); }

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

border-color css

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

 span { border-color: rgb(96,198,254); }

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