Html Css Color HEX #60C9FE Maya Blue

📋 copy color: '#60C9FE'

red 96 ◦ green 201 ◦ blue 254

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

Shades of Maya Blue #60C9FE

Tints of Maya Blue #60C9FE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.48%

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

R = 17.42%
G = 36.48%
B = 46.1%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60C9FE (or 0x60C9FE) is known color: Maya Blue. HEX triplet: 60, C9 and FE. RGB value is (96,201,254). Sum of RGB (Red+Green+Blue) = 96+201+254=551 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.42% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #60C9FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C9FE is #9F3601. Grayscale: #AFAFAF. Windows color (decimal): -10434050 or 16697696. OLE color: 16697696.

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

Color convert

RGB 96 201 254 -
CMYK 0.62 0.21 0 0.00
HSL 200.13º 0.99% 0.69% -
HSV(B) 200.13º 0.62% 1% -
XYZ 43.6 51.42 101.39 -
YUV 175.65 172.21 71.19 -
System Red Green Blue C M Y K H S L
Decimal 96 201 254 0.62 0.21 0 0.00 200.13 0.99 0.69
Hex 60 C9 FE 3E 15 0 0 C8 63 45
Octal 140 311 376 76 25 0 0 310 143 105
Binary 1100000 11001001 11111110 111110 10101 0 0 11001000 1100011 1000101

Color Harmonies of #60C9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C9FE

Black with #60C9FE

Text Example


Text Example

White with #60C9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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