Html Css Color HEX #60B7FF Maya Blue

📋 copy color: '#60B7FF'

red 96 ◦ green 183 ◦ blue 255

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

Shades of Maya Blue #60B7FF

Tints of Maya Blue #60B7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.27%

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

R = 17.98%
G = 34.27%
B = 47.75%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60B7FF (or 0x60B7FF) is known color: Maya Blue. HEX triplet: 60, B7 and FF. RGB value is (96,183,255). Sum of RGB (Red+Green+Blue) = 96+183+255=534 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.98% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #60B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B7FF is #9F4800. Grayscale: #A4A4A4. Windows color (decimal): -10438657 or 16758624. OLE color: 16758624.

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

Color convert

RGB 96 183 255 -
CMYK 0.62 0.28 0 0
HSL 207.17º 1% 0.69% -
HSV(B) 207.17º 0.62% 1% -
XYZ 39.81 43.57 100.92 -
YUV 165.2 178.68 78.65 -
System Red Green Blue C M Y K H S L
Decimal 96 183 255 0.62 0.28 0 0 207.17 1 0.69
Hex 60 B7 FF 3E 1C 0 0 CF 64 45
Octal 140 267 377 76 34 0 0 317 144 105
Binary 1100000 10110111 11111111 111110 11100 0 0 11001111 1100100 1000101

Color Harmonies of #60B7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B7FF

Black with #60B7FF

Text Example


Text Example

White with #60B7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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