Html Css Color HEX #60BAFE Maya Blue

📋 copy color: '#60BAFE'

red 96 ◦ green 186 ◦ blue 254

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

Shades of Maya Blue #60BAFE

Tints of Maya Blue #60BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.7%

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

R = 17.91%
G = 34.7%
B = 47.39%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60BAFE (or 0x60BAFE) is known color: Maya Blue. HEX triplet: 60, BA and FE. RGB value is (96,186,254). Sum of RGB (Red+Green+Blue) = 96+186+254=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #60BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAFE is #9F4501. Grayscale: #A6A6A6. Windows color (decimal): -10437890 or 16693856. OLE color: 16693856.

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

Color convert

RGB 96 186 254 -
CMYK 0.62 0.27 0 0.00
HSL 205.82º 0.99% 0.69% -
HSV(B) 205.82º 0.62% 1% -
XYZ 40.27 44.76 100.28 -
YUV 166.84 177.18 77.47 -
System Red Green Blue C M Y K H S L
Decimal 96 186 254 0.62 0.27 0 0.00 205.82 0.99 0.69
Hex 60 BA FE 3E 1B 0 0 CE 63 45
Octal 140 272 376 76 33 0 0 316 143 105
Binary 1100000 10111010 11111110 111110 11011 0 0 11001110 1100011 1000101

Color Harmonies of #60BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BAFE

Black with #60BAFE

Text Example


Text Example

White with #60BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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