#67BAF4

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

Shades of Maya Blue #67BAF4

Tints of Maya Blue #67BAF4

Color information

#67BAF4 (or 0x67BAF4) is unknown color: approx Maya Blue. HEX triplet: 67, BA and F4. RGB value is (103,186,244). Sum of RGB (Red+Green+Blue) = 103+186+244=533 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.32% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 244 (95.70% from 255 or 45.78% from 533); Max value from RGB is 244 - color contains mainly: blue. Hex color #67BAF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BAF4 is #98450B. Grayscale: #A7A7A7. Windows color (decimal): -9979148 or 16038503. OLE color: 16038503.

HSL color Cylindrical-coordinate representation of color #67BAF4: hue angle of 204.68º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #67BAF4 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB103186244-
CMYK0.580.2400.04
HSL204.68º86.5%68.04%-
HSV(B)204.68º57.79%95.69%-
XYZ39.4844.5392.1-
YUV167.817181.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.32%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 244 (95.70% from 255) = 45.78%
R=19.32%
G=34.90%
B=45.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1031862440.580.2400.04204.6886.568.04
Hex67BAF43A1804cd5744
Octal147272364723004315127104
Binary110011110111010111101001110101100001001100110110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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