Html Css Color HEX #60CEFC Maya Blue

📋 copy color: '#60CEFC'

red 96 ◦ green 206 ◦ blue 252

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

Shades of Maya Blue #60CEFC

Tints of Maya Blue #60CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.18%

 BLUE value IS 252 (98.83% from 255) = 45.49%

R = 17.33%
G = 37.18%
B = 45.49%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60CEFC (or 0x60CEFC) is known color: Maya Blue. HEX triplet: 60, CE and FC. RGB value is (96,206,252). Sum of RGB (Red+Green+Blue) = 96+206+252=554 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.33% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #60CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CEFC is #9F3103. Grayscale: #B2B2B2. Windows color (decimal): -10432772 or 16567904. OLE color: 16567904.

HSL color Cylindrical-coordinate representation of color #60CEFC: hue angle of 197.69º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60CEFC is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 206 252 -
CMYK 0.62 0.18 0 0.01
HSL 197.69º 0.96% 0.68% -
HSV(B) 197.69º 0.62% 0.99% -
XYZ 44.47 53.66 100.11 -
YUV 178.35 169.56 69.26 -
System Red Green Blue C M Y K H S L
Decimal 96 206 252 0.62 0.18 0 0.01 197.69 0.96 0.68
Hex 60 CE FC 3E 12 0 1 C6 60 44
Octal 140 316 374 76 22 0 1 306 140 104
Binary 1100000 11001110 11111100 111110 10010 0 1 11000110 1100000 1000100

Color Harmonies of #60CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEFC

Black with #60CEFC

Text Example


Text Example

White with #60CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,206,252); }

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

background-color css

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

 a { background-color: rgb(96,206,252); }

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

border-color css

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

 span { border-color: rgb(96,206,252); }

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