Html Css Color HEX #60BDFF Maya Blue

📋 copy color: '#60BDFF'

red 96 ◦ green 189 ◦ blue 255

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

Shades of Maya Blue #60BDFF

Tints of Maya Blue #60BDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.22%

R = 17.78%
G = 35%
B = 47.22%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60BDFF (or 0x60BDFF) is known color: Maya Blue. HEX triplet: 60, BD and FF. RGB value is (96,189,255). Sum of RGB (Red+Green+Blue) = 96+189+255=540 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.78% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #60BDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDFF is #9F4200. Grayscale: #A8A8A8. Windows color (decimal): -10437121 or 16760160. OLE color: 16760160.

HSL color Cylindrical-coordinate representation of color #60BDFF: hue angle of 204.91º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60BDFF is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 96 189 255 -
CMYK 0.62 0.26 0 0
HSL 204.91º 1% 0.69% -
HSV(B) 204.91º 0.62% 1% -
XYZ 41.07 46.1 101.34 -
YUV 168.72 176.69 76.13 -
System Red Green Blue C M Y K H S L
Decimal 96 189 255 0.62 0.26 0 0 204.91 1 0.69
Hex 60 BD FF 3E 1A 0 0 CD 64 45
Octal 140 275 377 76 32 0 0 315 144 105
Binary 1100000 10111101 11111111 111110 11010 0 0 11001101 1100100 1000101

Color Harmonies of #60BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDFF

Black with #60BDFF

Text Example


Text Example

White with #60BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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