Html Css Color HEX #60BDFD Maya Blue

📋 copy color: '#60BDFD'

red 96 ◦ green 189 ◦ blue 253

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

Shades of Maya Blue #60BDFD

Tints of Maya Blue #60BDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.03%

R = 17.84%
G = 35.13%
B = 47.03%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60BDFD (or 0x60BDFD) is known color: Maya Blue. HEX triplet: 60, BD and FD. RGB value is (96,189,253). Sum of RGB (Red+Green+Blue) = 96+189+253=538 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.84% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #60BDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDFD is #9F4202. Grayscale: #A8A8A8. Windows color (decimal): -10437123 or 16629088. OLE color: 16629088.

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

Color convert

RGB 96 189 253 -
CMYK 0.62 0.25 0 0.01
HSL 204.46º 0.98% 0.68% -
HSV(B) 204.46º 0.62% 0.99% -
XYZ 40.75 45.97 99.65 -
YUV 168.49 175.69 76.3 -
System Red Green Blue C M Y K H S L
Decimal 96 189 253 0.62 0.25 0 0.01 204.46 0.98 0.68
Hex 60 BD FD 3E 19 0 1 CC 62 44
Octal 140 275 375 76 31 0 1 314 142 104
Binary 1100000 10111101 11111101 111110 11001 0 1 11001100 1100010 1000100

Color Harmonies of #60BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDFD

Black with #60BDFD

Text Example


Text Example

White with #60BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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