Html Css Color HEX #60BFFC Maya Blue

📋 copy color: '#60BFFC'

red 96 ◦ green 191 ◦ blue 252

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

Shades of Maya Blue #60BFFC

Tints of Maya Blue #60BFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

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

R = 17.81%
G = 35.44%
B = 46.75%

CMYK

 C value IS 0.62

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60BFFC (or 0x60BFFC) is known color: Maya Blue. HEX triplet: 60, BF and FC. RGB value is (96,191,252). Sum of RGB (Red+Green+Blue) = 96+191+252=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #60BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFFC is #9F4003. Grayscale: #A9A9A9. Windows color (decimal): -10436612 or 16564064. OLE color: 16564064.

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

Color convert

RGB 96 191 252 -
CMYK 0.62 0.24 0 0.01
HSL 203.46º 0.96% 0.68% -
HSV(B) 203.46º 0.62% 0.99% -
XYZ 41.03 46.78 98.96 -
YUV 169.55 174.53 75.54 -
System Red Green Blue C M Y K H S L
Decimal 96 191 252 0.62 0.24 0 0.01 203.46 0.96 0.68
Hex 60 BF FC 3E 18 0 1 CB 60 44
Octal 140 277 374 76 30 0 1 313 140 104
Binary 1100000 10111111 11111100 111110 11000 0 1 11001011 1100000 1000100

Color Harmonies of #60BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BFFC

Black with #60BFFC

Text Example


Text Example

White with #60BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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