Html Css Color HEX #60BCFE Maya Blue

📋 copy color: '#60BCFE'

red 96 ◦ green 188 ◦ blue 254

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

Shades of Maya Blue #60BCFE

Tints of Maya Blue #60BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 17.84%
G = 34.94%
B = 47.21%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60BCFE (or 0x60BCFE) is known color: Maya Blue. HEX triplet: 60, BC and FE. RGB value is (96,188,254). Sum of RGB (Red+Green+Blue) = 96+188+254=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #60BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCFE is #9F4301. Grayscale: #A7A7A7. Windows color (decimal): -10437378 or 16694368. OLE color: 16694368.

HSL color Cylindrical-coordinate representation of color #60BCFE: hue angle of 205.06º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60BCFE is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 188 254 -
CMYK 0.62 0.26 0 0.00
HSL 205.06º 0.99% 0.69% -
HSV(B) 205.06º 0.62% 1% -
XYZ 40.7 45.61 100.42 -
YUV 168.02 176.52 76.63 -
System Red Green Blue C M Y K H S L
Decimal 96 188 254 0.62 0.26 0 0.00 205.06 0.99 0.69
Hex 60 BC FE 3E 1A 0 0 CD 63 45
Octal 140 274 376 76 32 0 0 315 143 105
Binary 1100000 10111100 11111110 111110 11010 0 0 11001101 1100011 1000101

Color Harmonies of #60BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCFE

Black with #60BCFE

Text Example


Text Example

White with #60BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,188,254); }

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

background-color css

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

 a { background-color: rgb(96,188,254); }

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

border-color css

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

 span { border-color: rgb(96,188,254); }

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