#67CFFA

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

Shades of Maya Blue #67CFFA

Tints of Maya Blue #67CFFA

Color information

#67CFFA (or 0x67CFFA) is unknown color: approx Maya Blue. HEX triplet: 67, CF and FA. RGB value is (103,207,250). Sum of RGB (Red+Green+Blue) = 103+207+250=560 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.39% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #67CFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CFFA is #983005. Grayscale: #B4B4B4. Windows color (decimal): -9973766 or 16437095. OLE color: 16437095.

HSL color Cylindrical-coordinate representation of color #67CFFA: hue angle of 197.55º 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 #67CFFA is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103207250-
CMYK0.590.1700.02
HSL197.55º93.63%69.22%-
HSV(B)197.55º58.8%98.04%-
XYZ45.1654.4198.56-
YUV180.81167.0472.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.39%
GREEN value IS 207 (81.25% from 255) = 36.96%
BLUE value IS 250 (98.05% from 255) = 44.64%
R=18.39%
G=36.96%
B=44.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1032072500.590.1700.02197.5593.6369.22
Hex67CFFA3B1102c65e45
Octal147317372732102306136105
Binary11001111100111111111010111011100010101100011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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