#67B6FA

Color #67B6FA Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #67B6FA

Tints of Maya Blue #67B6FA

Color information

#67B6FA (or 0x67B6FA) is unknown color: approx Maya Blue. HEX triplet: 67, B6 and FA. RGB value is (103,182,250). Sum of RGB (Red+Green+Blue) = 103+182+250=535 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.25% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #67B6FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67B6FA is #984905. Grayscale: #A5A5A5. Windows color (decimal): -9980166 or 16430695. OLE color: 16430695.

HSL color Cylindrical-coordinate representation of color #67B6FA: hue angle of 207.76º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67B6FA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103182250-
CMYK0.590.2700.02
HSL207.76º93.63%69.22%-
HSV(B)207.76º58.8%98.04%-
XYZ39.5843.2496.7-
YUV166.13175.3382.97-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.25%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 250 (98.05% from 255) = 46.73%
R=19.25%
G=34.02%
B=46.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1031822500.590.2700.02207.7693.6369.22
Hex67B6FA3B1B02d05e45
Octal147266372733302320136105
Binary11001111011011011111010111011110110101101000010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67B6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67B6FA; }

 p { color: rgb(103,182,250); }

 H1.HeaderClassName
 {
   color: #67B6FA;
 }
 .AnyTagClassName
 {
   color: #67B6FA;
 }
</style>
background-color css

<style>
 a { background-color: #67B6FA; }

 a { background-color: rgb(103,182,250); }

 div.DivClassName
 {
   background-color: #67B6FA;
 }
 .BgClassName
 {
   background-color: #67B6FA;
 }
</style>
border-color css

<style>
 span { border-color: #67B6FA; }

 span { border-color: rgb(103,182,250); }

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