#67AFFD

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

Shades of Maya Blue #67AFFD

Tints of Maya Blue #67AFFD

Color information

#67AFFD (or 0x67AFFD) is unknown color: approx Maya Blue. HEX triplet: 67, AF and FD. RGB value is (103,175,253). Sum of RGB (Red+Green+Blue) = 103+175+253=531 (70% of max value = 765). Red value is 103 (40.62% from 255 or 19.40% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #67AFFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AFFD is #985002. Grayscale: #A1A1A1. Windows color (decimal): -9981955 or 16625511. OLE color: 16625511.

HSL color Cylindrical-coordinate representation of color #67AFFD: hue angle of 211.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67AFFD is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB103175253-
CMYK0.590.3100.01
HSL211.2º97.4%69.8%-
HSV(B)211.2º59.29%99.22%-
XYZ38.6540.6498.73-
YUV162.36179.1585.66-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.40%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=19.40%
G=32.96%
B=47.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1031752530.590.3100.01211.297.469.8
Hex67AFFD3B1F01d36146
Octal147257375733701323141106
Binary1100111101011111111110111101111111011101001111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,175,253); }

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

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

 a { background-color: rgb(103,175,253); }

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

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

 span { border-color: rgb(103,175,253); }

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