Html Css Color HEX #60CAF2 Maya Blue

📋 copy color: '#60CAF2'

red 96 ◦ green 202 ◦ blue 242

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

Shades of Maya Blue #60CAF2

Tints of Maya Blue #60CAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 17.78%
G = 37.41%
B = 44.81%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#60CAF2 (or 0x60CAF2) is known color: Maya Blue. HEX triplet: 60, CA and F2. RGB value is (96,202,242). Sum of RGB (Red+Green+Blue) = 96+202+242=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #60CAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CAF2 is #9F350D. Grayscale: #AEAEAE. Windows color (decimal): -10433806 or 15911520. OLE color: 15911520.

HSL color Cylindrical-coordinate representation of color #60CAF2: hue angle of 196.44º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60CAF2 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 202 242 -
CMYK 0.60 0.17 0 0.05
HSL 196.44º 0.85% 0.66% -
HSV(B) 196.44º 0.6% 0.95% -
XYZ 41.97 51.14 91.66 -
YUV 174.87 165.88 71.75 -
System Red Green Blue C M Y K H S L
Decimal 96 202 242 0.60 0.17 0 0.05 196.44 0.85 0.66
Hex 60 CA F2 3C 11 0 5 C4 55 42
Octal 140 312 362 74 21 0 5 304 125 102
Binary 1100000 11001010 11110010 111100 10001 0 101 11000100 1010101 1000010

Color Harmonies of #60CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAF2

Black with #60CAF2

Text Example


Text Example

White with #60CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,202,242); }

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

background-color css

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

 a { background-color: rgb(96,202,242); }

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

border-color css

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

 span { border-color: rgb(96,202,242); }

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