Html Css Color HEX #60BDF5 Maya Blue

📋 copy color: '#60BDF5'

red 96 ◦ green 189 ◦ blue 245

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

Shades of Maya Blue #60BDF5

Tints of Maya Blue #60BDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.23%

R = 18.11%
G = 35.66%
B = 46.23%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#60BDF5 (or 0x60BDF5) is known color: Maya Blue. HEX triplet: 60, BD and F5. RGB value is (96,189,245). Sum of RGB (Red+Green+Blue) = 96+189+245=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #60BDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDF5 is #9F420A. Grayscale: #A7A7A7. Windows color (decimal): -10437131 or 16104800. OLE color: 16104800.

HSL color Cylindrical-coordinate representation of color #60BDF5: hue angle of 202.55º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BDF5 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 189 245 -
CMYK 0.61 0.23 0 0.04
HSL 202.55º 0.88% 0.67% -
HSV(B) 202.55º 0.61% 0.96% -
XYZ 39.5 45.47 93.08 -
YUV 167.58 171.69 76.95 -
System Red Green Blue C M Y K H S L
Decimal 96 189 245 0.61 0.23 0 0.04 202.55 0.88 0.67
Hex 60 BD F5 3D 17 0 4 CB 58 43
Octal 140 275 365 75 27 0 4 313 130 103
Binary 1100000 10111101 11110101 111101 10111 0 100 11001011 1011000 1000011

Color Harmonies of #60BDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDF5

Black with #60BDF5

Text Example


Text Example

White with #60BDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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