Html Css Color HEX #60BEFF Maya Blue

📋 copy color: '#60BEFF'

red 96 ◦ green 190 ◦ blue 255

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

Shades of Maya Blue #60BEFF

Tints of Maya Blue #60BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.12%

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

R = 17.74%
G = 35.12%
B = 47.13%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60BEFF (or 0x60BEFF) is known color: Maya Blue. HEX triplet: 60, BE and FF. RGB value is (96,190,255). Sum of RGB (Red+Green+Blue) = 96+190+255=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #60BEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BEFF is #9F4100. Grayscale: #A8A8A8. Windows color (decimal): -10436865 or 16760416. OLE color: 16760416.

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

Color convert

RGB 96 190 255 -
CMYK 0.62 0.25 0 0
HSL 204.53º 1% 0.69% -
HSV(B) 204.53º 0.62% 1% -
XYZ 41.29 46.53 101.41 -
YUV 169.3 176.36 75.71 -
System Red Green Blue C M Y K H S L
Decimal 96 190 255 0.62 0.25 0 0 204.53 1 0.69
Hex 60 BE FF 3E 19 0 0 CD 64 45
Octal 140 276 377 76 31 0 0 315 144 105
Binary 1100000 10111110 11111111 111110 11001 0 0 11001101 1100100 1000101

Color Harmonies of #60BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BEFF

Black with #60BEFF

Text Example


Text Example

White with #60BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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