Html Css Color HEX #60BDF9 Maya Blue

📋 copy color: '#60BDF9'

red 96 ◦ green 189 ◦ blue 249

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

Shades of Maya Blue #60BDF9

Tints of Maya Blue #60BDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.63%

R = 17.98%
G = 35.39%
B = 46.63%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60BDF9 (or 0x60BDF9) is known color: Maya Blue. HEX triplet: 60, BD and F9. RGB value is (96,189,249). Sum of RGB (Red+Green+Blue) = 96+189+249=534 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.98% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #60BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDF9 is #9F4206. Grayscale: #A7A7A7. Windows color (decimal): -10437127 or 16366944. OLE color: 16366944.

HSL color Cylindrical-coordinate representation of color #60BDF9: hue angle of 203.53º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BDF9 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 189 249 -
CMYK 0.61 0.24 0 0.02
HSL 203.53º 0.93% 0.68% -
HSV(B) 203.53º 0.61% 0.98% -
XYZ 40.12 45.72 96.33 -
YUV 168.03 173.69 76.62 -
System Red Green Blue C M Y K H S L
Decimal 96 189 249 0.61 0.24 0 0.02 203.53 0.93 0.68
Hex 60 BD F9 3D 18 0 2 CC 5D 44
Octal 140 275 371 75 30 0 2 314 135 104
Binary 1100000 10111101 11111001 111101 11000 0 10 11001100 1011101 1000100

Color Harmonies of #60BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDF9

Black with #60BDF9

Text Example


Text Example

White with #60BDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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