Html Css Color HEX #60CAF3 Maya Blue

📋 copy color: '#60CAF3'

red 96 ◦ green 202 ◦ blue 243

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

Shades of Maya Blue #60CAF3

Tints of Maya Blue #60CAF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.92%

R = 17.74%
G = 37.34%
B = 44.92%

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

#60CAF3 (or 0x60CAF3) is known color: Maya Blue. HEX triplet: 60, CA and F3. RGB value is (96,202,243). Sum of RGB (Red+Green+Blue) = 96+202+243=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #60CAF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CAF3 is #9F350C. Grayscale: #AEAEAE. Windows color (decimal): -10433805 or 15977056. OLE color: 15977056.

HSL color Cylindrical-coordinate representation of color #60CAF3: hue angle of 196.73º degrees, saturation: 0.86, 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 #60CAF3 is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 202 243 -
CMYK 0.60 0.17 0 0.05
HSL 196.73º 0.86% 0.66% -
HSV(B) 196.73º 0.6% 0.95% -
XYZ 42.12 51.2 92.46 -
YUV 174.98 166.38 71.67 -
System Red Green Blue C M Y K H S L
Decimal 96 202 243 0.60 0.17 0 0.05 196.73 0.86 0.66
Hex 60 CA F3 3C 11 0 5 C5 56 42
Octal 140 312 363 74 21 0 5 305 126 102
Binary 1100000 11001010 11110011 111100 10001 0 101 11000101 1010110 1000010

Color Harmonies of #60CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAF3

Black with #60CAF3

Text Example


Text Example

White with #60CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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