Html Css Color HEX #60C8FA Maya Blue

📋 copy color: '#60C8FA'

red 96 ◦ green 200 ◦ blue 250

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

Shades of Maya Blue #60C8FA

Tints of Maya Blue #60C8FA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.63%

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

R = 17.58%
G = 36.63%
B = 45.79%

CMYK

 C value IS 0.62

 M value IS 0.2

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60C8FA (or 0x60C8FA) is known color: Maya Blue. HEX triplet: 60, C8 and FA. RGB value is (96,200,250). Sum of RGB (Red+Green+Blue) = 96+200+250=546 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.58% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #60C8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C8FA is #9F3705. Grayscale: #AEAEAE. Windows color (decimal): -10434310 or 16435296. OLE color: 16435296.

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

Color convert

RGB 96 200 250 -
CMYK 0.62 0.2 0 0.02
HSL 199.48º 0.94% 0.68% -
HSV(B) 199.48º 0.62% 0.98% -
XYZ 42.73 50.7 97.98 -
YUV 174.6 170.54 71.93 -
System Red Green Blue C M Y K H S L
Decimal 96 200 250 0.62 0.2 0 0.02 199.48 0.94 0.68
Hex 60 C8 FA 3E 14 0 2 C7 5E 44
Octal 140 310 372 76 24 0 2 307 136 104
Binary 1100000 11001000 11111010 111110 10100 0 10 11000111 1011110 1000100

Color Harmonies of #60C8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C8FA

Black with #60C8FA

Text Example


Text Example

White with #60C8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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