#67BFF5

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

Shades of Maya Blue #67BFF5

Tints of Maya Blue #67BFF5

Color information

#67BFF5 (or 0x67BFF5) is unknown color: approx Maya Blue. HEX triplet: 67, BF and F5. RGB value is (103,191,245). Sum of RGB (Red+Green+Blue) = 103+191+245=539 (71% of max value = 765). Red value is 103 (40.62% from 255 or 19.11% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #67BFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67BFF5 is #98400A. Grayscale: #AAAAAA. Windows color (decimal): -9977867 or 16105319. OLE color: 16105319.

HSL color Cylindrical-coordinate representation of color #67BFF5: hue angle of 202.82º degrees, saturation: 0.88, 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 #67BFF5 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB103191245-
CMYK0.580.2200.04
HSL202.82º87.65%68.24%-
HSV(B)202.82º57.96%96.08%-
XYZ40.7146.7493.26-
YUV170.84169.8579.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 19.11%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 245 (96.09% from 255) = 45.45%
R=19.11%
G=35.44%
B=45.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1031912450.580.2200.04202.8287.6568.24
Hex67BFF53A1604cb5844
Octal147277365722604313130104
Binary110011110111111111101011110101011001001100101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,191,245); }

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

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

 a { background-color: rgb(103,191,245); }

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

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

 span { border-color: rgb(103,191,245); }

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