Html Css Color HEX #60B7FB Maya Blue

📋 copy color: '#60B7FB'

red 96 ◦ green 183 ◦ blue 251

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

Shades of Maya Blue #60B7FB

Tints of Maya Blue #60B7FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.36%

R = 18.11%
G = 34.53%
B = 47.36%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60B7FB (or 0x60B7FB) is known color: Maya Blue. HEX triplet: 60, B7 and FB. RGB value is (96,183,251). Sum of RGB (Red+Green+Blue) = 96+183+251=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #60B7FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B7FB is #9F4804. Grayscale: #A4A4A4. Windows color (decimal): -10438661 or 16496480. OLE color: 16496480.

HSL color Cylindrical-coordinate representation of color #60B7FB: hue angle of 206.32º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60B7FB is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 183 251 -
CMYK 0.62 0.27 0 0.02
HSL 206.32º 0.95% 0.68% -
HSV(B) 206.32º 0.62% 0.98% -
XYZ 39.17 43.32 97.56 -
YUV 164.74 176.68 78.97 -
System Red Green Blue C M Y K H S L
Decimal 96 183 251 0.62 0.27 0 0.02 206.32 0.95 0.68
Hex 60 B7 FB 3E 1B 0 2 CE 5F 44
Octal 140 267 373 76 33 0 2 316 137 104
Binary 1100000 10110111 11111011 111110 11011 0 10 11001110 1011111 1000100

Color Harmonies of #60B7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B7FB

Black with #60B7FB

Text Example


Text Example

White with #60B7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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