#67BAF2

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

Shades of Maya Blue #67BAF2

Tints of Maya Blue #67BAF2

Color information

#67BAF2 (or 0x67BAF2) is unknown color: approx Maya Blue. HEX triplet: 67, BA and F2. RGB value is (103,186,242). Sum of RGB (Red+Green+Blue) = 103+186+242=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #67BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BAF2 is #98450D. Grayscale: #A7A7A7. Windows color (decimal): -9979150 or 15907431. OLE color: 15907431.

HSL color Cylindrical-coordinate representation of color #67BAF2: hue angle of 204.17º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67BAF2 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB103186242-
CMYK0.570.2300.05
HSL204.17º84.24%67.65%-
HSV(B)204.17º57.44%94.9%-
XYZ39.1844.4190.51-
YUV167.5717081.95-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.40%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 242 (94.92% from 255) = 45.57%
R=19.40%
G=35.03%
B=45.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1031862420.570.2300.05204.1784.2467.65
Hex67BAF2391705cc5444
Octal147272362712705314124104
Binary110011110111010111100101110011011101011100110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,186,242); }

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

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

 a { background-color: rgb(103,186,242); }

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

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

 span { border-color: rgb(103,186,242); }

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