Html Css Color HEX #60C0FA Maya Blue

📋 copy color: '#60C0FA'

red 96 ◦ green 192 ◦ blue 250

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

Shades of Maya Blue #60C0FA

Tints of Maya Blue #60C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 17.84%
G = 35.69%
B = 46.47%

CMYK

 C value IS 0.62

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60C0FA (or 0x60C0FA) is known color: Maya Blue. HEX triplet: 60, C0 and FA. RGB value is (96,192,250). Sum of RGB (Red+Green+Blue) = 96+192+250=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #60C0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C0FA is #9F3F05. Grayscale: #A9A9A9. Windows color (decimal): -10436358 or 16433248. OLE color: 16433248.

HSL color Cylindrical-coordinate representation of color #60C0FA: hue angle of 202.6º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60C0FA is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 192 250 -
CMYK 0.62 0.23 0 0.02
HSL 202.6º 0.94% 0.68% -
HSV(B) 202.6º 0.62% 0.98% -
XYZ 40.93 47.09 97.37 -
YUV 169.91 173.2 75.28 -
System Red Green Blue C M Y K H S L
Decimal 96 192 250 0.62 0.23 0 0.02 202.6 0.94 0.68
Hex 60 C0 FA 3E 17 0 2 CB 5E 44
Octal 140 300 372 76 27 0 2 313 136 104
Binary 1100000 11000000 11111010 111110 10111 0 10 11001011 1011110 1000100

Color Harmonies of #60C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C0FA

Black with #60C0FA

Text Example


Text Example

White with #60C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,192,250); }

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

background-color css

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

 a { background-color: rgb(96,192,250); }

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

border-color css

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

 span { border-color: rgb(96,192,250); }

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