Html Css Color HEX #60B1FF Maya Blue

📋 copy color: '#60B1FF'

red 96 ◦ green 177 ◦ blue 255

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

Shades of Maya Blue #60B1FF

Tints of Maya Blue #60B1FF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.52%

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

R = 18.18%
G = 33.52%
B = 48.3%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60B1FF (or 0x60B1FF) is known color: Maya Blue. HEX triplet: 60, B1 and FF. RGB value is (96,177,255). Sum of RGB (Red+Green+Blue) = 96+177+255=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #60B1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B1FF is #9F4E00. Grayscale: #A1A1A1. Windows color (decimal): -10440193 or 16757088. OLE color: 16757088.

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

Color convert

RGB 96 177 255 -
CMYK 0.62 0.31 0 0
HSL 209.43º 1% 0.69% -
HSV(B) 209.43º 0.62% 1% -
XYZ 38.6 41.15 100.52 -
YUV 161.67 180.66 81.16 -
System Red Green Blue C M Y K H S L
Decimal 96 177 255 0.62 0.31 0 0 209.43 1 0.69
Hex 60 B1 FF 3E 1F 0 0 D1 64 45
Octal 140 261 377 76 37 0 0 321 144 105
Binary 1100000 10110001 11111111 111110 11111 0 0 11010001 1100100 1000101

Color Harmonies of #60B1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B1FF

Black with #60B1FF

Text Example


Text Example

White with #60B1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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