Html Css Color HEX #60BCFD Maya Blue

📋 copy color: '#60BCFD'

red 96 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #60BCFD

Tints of Maya Blue #60BCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 17.88%
G = 35.01%
B = 47.11%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60BCFD (or 0x60BCFD) is known color: Maya Blue. HEX triplet: 60, BC and FD. RGB value is (96,188,253). Sum of RGB (Red+Green+Blue) = 96+188+253=537 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.88% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #60BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCFD is #9F4302. Grayscale: #A7A7A7. Windows color (decimal): -10437379 or 16628832. OLE color: 16628832.

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

Color convert

RGB 96 188 253 -
CMYK 0.62 0.26 0 0.01
HSL 204.84º 0.98% 0.68% -
HSV(B) 204.84º 0.62% 0.99% -
XYZ 40.54 45.55 99.58 -
YUV 167.9 176.02 76.71 -
System Red Green Blue C M Y K H S L
Decimal 96 188 253 0.62 0.26 0 0.01 204.84 0.98 0.68
Hex 60 BC FD 3E 1A 0 1 CD 62 44
Octal 140 274 375 76 32 0 1 315 142 104
Binary 1100000 10111100 11111101 111110 11010 0 1 11001101 1100010 1000100

Color Harmonies of #60BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCFD

Black with #60BCFD

Text Example


Text Example

White with #60BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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