Html Css Color HEX #60B9F6 Maya Blue

📋 copy color: '#60B9F6'

red 96 ◦ green 185 ◦ blue 246

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

Shades of Maya Blue #60B9F6

Tints of Maya Blue #60B9F6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.1%

 BLUE value IS 246 (96.48% from 255) = 46.68%

R = 18.22%
G = 35.1%
B = 46.68%

CMYK

 C value IS 0.61

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#60B9F6 (or 0x60B9F6) is known color: Maya Blue. HEX triplet: 60, B9 and F6. RGB value is (96,185,246). Sum of RGB (Red+Green+Blue) = 96+185+246=527 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.22% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #60B9F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B9F6 is #9F4609. Grayscale: #A5A5A5. Windows color (decimal): -10438154 or 16169312. OLE color: 16169312.

HSL color Cylindrical-coordinate representation of color #60B9F6: hue angle of 204.4º degrees, saturation: 0.89, 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 #60B9F6 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 185 246 -
CMYK 0.61 0.25 0 0.04
HSL 204.4º 0.89% 0.67% -
HSV(B) 204.4º 0.61% 0.96% -
XYZ 38.81 43.84 93.61 -
YUV 165.34 173.51 78.54 -
System Red Green Blue C M Y K H S L
Decimal 96 185 246 0.61 0.25 0 0.04 204.4 0.89 0.67
Hex 60 B9 F6 3D 19 0 4 CC 59 43
Octal 140 271 366 75 31 0 4 314 131 103
Binary 1100000 10111001 11110110 111101 11001 0 100 11001100 1011001 1000011

Color Harmonies of #60B9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B9F6

Black with #60B9F6

Text Example


Text Example

White with #60B9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,185,246); }

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

background-color css

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

 a { background-color: rgb(96,185,246); }

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

border-color css

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

 span { border-color: rgb(96,185,246); }

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