Html Css Color HEX #60BDFE Maya Blue

📋 copy color: '#60BDFE'

red 96 ◦ green 189 ◦ blue 254

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

Shades of Maya Blue #60BDFE

Tints of Maya Blue #60BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.06%

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

R = 17.81%
G = 35.06%
B = 47.12%

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

#60BDFE (or 0x60BDFE) is known color: Maya Blue. HEX triplet: 60, BD and FE. RGB value is (96,189,254). Sum of RGB (Red+Green+Blue) = 96+189+254=539 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.81% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #60BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDFE is #9F4201. Grayscale: #A8A8A8. Windows color (decimal): -10437122 or 16694624. OLE color: 16694624.

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

Color convert

RGB 96 189 254 -
CMYK 0.62 0.26 0 0.00
HSL 204.68º 0.99% 0.69% -
HSV(B) 204.68º 0.62% 1% -
XYZ 40.91 46.04 100.5 -
YUV 168.6 176.19 76.21 -
System Red Green Blue C M Y K H S L
Decimal 96 189 254 0.62 0.26 0 0.00 204.68 0.99 0.69
Hex 60 BD FE 3E 1A 0 0 CD 63 45
Octal 140 275 376 76 32 0 0 315 143 105
Binary 1100000 10111101 11111110 111110 11010 0 0 11001101 1100011 1000101

Color Harmonies of #60BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDFE

Black with #60BDFE

Text Example


Text Example

White with #60BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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