Html Css Color HEX #60BEFC Maya Blue

📋 copy color: '#60BEFC'

red 96 ◦ green 190 ◦ blue 252

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

Shades of Maya Blue #60BEFC

Tints of Maya Blue #60BEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.32%

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

R = 17.84%
G = 35.32%
B = 46.84%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60BEFC (or 0x60BEFC) is known color: Maya Blue. HEX triplet: 60, BE and FC. RGB value is (96,190,252). Sum of RGB (Red+Green+Blue) = 96+190+252=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #60BEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BEFC is #9F4103. Grayscale: #A8A8A8. Windows color (decimal): -10436868 or 16563808. OLE color: 16563808.

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

Color convert

RGB 96 190 252 -
CMYK 0.62 0.25 0 0.01
HSL 203.85º 0.96% 0.68% -
HSV(B) 203.85º 0.62% 0.99% -
XYZ 40.81 46.34 98.89 -
YUV 168.96 174.86 75.96 -
System Red Green Blue C M Y K H S L
Decimal 96 190 252 0.62 0.25 0 0.01 203.85 0.96 0.68
Hex 60 BE FC 3E 19 0 1 CC 60 44
Octal 140 276 374 76 31 0 1 314 140 104
Binary 1100000 10111110 11111100 111110 11001 0 1 11001100 1100000 1000100

Color Harmonies of #60BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEFC

Black with #60BEFC

Text Example


Text Example

White with #60BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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